Hi,
I have a RadGrid to which I am adding GridTemplateColumns at runtime. I am have label,link and checkbox ITemplate's which I am giving to GridTemplateColumns. I am able to generate links on the RadGrid successfully. But, I want to perform postback operation when I click on these links. I added runat server attribute to the linkbuttton which is causing a postback. I am able to understand that it is a postback from my generate link button using __EVENTARGET property.
My issue is I am not able to find the text of the link button to which this postback is happend. I checked __EVENTARGUMENT property but of no use.
Is there anyway to find this???
Thanks,
Mahesh
I have a RadGrid to which I am adding GridTemplateColumns at runtime. I am have label,link and checkbox ITemplate's which I am giving to GridTemplateColumns. I am able to generate links on the RadGrid successfully. But, I want to perform postback operation when I click on these links. I added runat server attribute to the linkbuttton which is causing a postback. I am able to understand that it is a postback from my generate link button using __EVENTARGET property.
My issue is I am not able to find the text of the link button to which this postback is happend. I checked __EVENTARGUMENT property but of no use.
Is there anyway to find this???
Thanks,
Mahesh