Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
ASP .Net
ASP .Net Web Controls
LinkButtons within a Repeater Control
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Majek, post: 4295610"] I have created a repeater with a linkbutton for each databound item. When I fire off the repeater controls ItemCommand I execute the following... For indx = 0 To rpContacts.Items.Count - 1 Dim btnMyContact As LinkButton = CType(rpContacts.Items(indx).FindControl("btnContact"), LinkButton) .... NEXT This works and I can access all of the properties of the linkbutton What I need to do is determine which linkbutton was clicked and then fire off a click event for that button. any suggestions? Gary T. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
ASP .Net
ASP .Net Web Controls
LinkButtons within a Repeater Control
Top