Hello
Please could someone help me...I have a number of panel bars which are created on the fly...in each panel bar i have a radgrid with lists a loads of names, by each name i have two link buttons for 'view profile' and 'view details'. basically i need to get to the link buttons and perform some actions but how can i get to know they have been clicked?
I have tried everything i can think of in the code behind but with no success I have tried
Please could someone help me...I have a number of panel bars which are created on the fly...in each panel bar i have a radgrid with lists a loads of names, by each name i have two link buttons for 'view profile' and 'view details'. basically i need to get to the link buttons and perform some actions but how can i get to know they have been clicked?
I have tried everything i can think of in the code behind but with no success I have tried
Public Sub RadPanelBar1_ItemClick(ByVal sender As Object, ByVal e As Telerik.Web.UI.RadPanelBarEventArgs) Handles RadPanelBar1.ItemClick
End Sub
to start with and added
OnClientItemClicked
="RadPanelBar1_ItemClick" to my RadPanelBar but cant even get this to trigger...
please could someone help me as to how i can access these link buttons.
thanks so much