Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Controls > Using an ImageButton in Repeater control...How do I resolve the row's ID for the button's event?

Reply
Thread Tools

Using an ImageButton in Repeater control...How do I resolve the row's ID for the button's event?

 
 
matt
Guest
Posts: n/a
 
      02-02-2004
I want to use a Image Button inside a asp:Repeater control. I understand
you handle the click of the button in the repeater's ItemCommand event. The
one thing I don't understand is how do I know which row's button I clicked,
since there will be an ImageButton per row of data. I cannot find a way to
associate the ImageButton with the row's unique ID so I can perform some
action against the DB using that ID.

Thanks in advance.


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
ImageButton does not trigger Repeater.ItemCommand event Nathan Sokalski ASP .Net 2 11-17-2007 03:03 AM
Repeater, ImageButton & Firefox RicercatoreSbadato ASP .Net 1 04-23-2007 10:31 AM
src-resolve: Cannot resolve the name ... ivanet@gmail.com XML 1 03-23-2007 12:10 PM
ImageButton, Repeater and ItemDataBound RicercatoreSbadato ASP .Net 1 10-02-2006 07:09 PM
ImageButton in Repeater control =?Utf-8?B?TWFyY2Vs?= ASP .Net 0 03-04-2004 10:41 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57