User control events in repeater control
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, I have one user control which has one button control, I placed this user control in Repeater's Item template. But I want to handle the user control Button click event in repeter.How can I do this. Regards, Kalyan Kalyan
hello kalyan, Take a button control on the webform1.aspx and fire the event .U will get btn_click(...0,...e) right .So now call the same button in the repeater item template and write code in that btn_click event.oK then that event will work. ok byeee Murali Murali