radiolist diappear on postback
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
i have set autogenerate property of gridview to true as i need to decide at runtime gridview columns ,I have added radiolist in one of the columns. problem is ,radiolist disappear on postback.
When you postback dynamic controls will not be posted back. Do all UI generation in Pre_Init to have ViewState data embedded within the body. :)
Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->** Simplify Code Using NDepend
Basics of Bing Search API using .NET
Microsoft Bing MAP using Javascript