hi i used following code in my project
https://www.aspsnippets.com/Articles/Dynamically-add-BoundField-and-TemplateField-Columns-to-GridView-in-ASPNet.aspx
but in my page linkbutton click event is not fired
please help me
Hi sowjanya,
I have checked your above code it’s working.You need to check your gridview bind method on pageload event. If you are bind your method inside "If(!IsPostBack)" on pageload event. Please remove and put your bind method outside condition.
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.