Hi All
This is my first query in this site. firstly i like to appreciate all the contributors of this site and solutions.
I am having an issue while using DataList dynamically. I am able to bind dynamic itemtemplate and dynamic linkbutton in that itemtemplate and displaying data and linkbuttons successfully. but i am not able to fire click event of the rendered linkbuttons even i registered the click event correctly.
also for the safe side i also registered ItemCommand event of DataList.
i have to achieve this task dynamically. there is no aspx or ascx code to be used i am using C# class file.
please revert back if you need any more information to solve my issue.
Your help is highly appricated.
Thanks
Raj
This is my first query in this site. firstly i like to appreciate all the contributors of this site and solutions.
I am having an issue while using DataList dynamically. I am able to bind dynamic itemtemplate and dynamic linkbutton in that itemtemplate and displaying data and linkbuttons successfully. but i am not able to fire click event of the rendered linkbuttons even i registered the click event correctly.
also for the safe side i also registered ItemCommand event of DataList.
i have to achieve this task dynamically. there is no aspx or ascx code to be used i am using C# class file.
please revert back if you need any more information to solve my issue.
Your help is highly appricated.
Thanks
Raj
Comment