Datagrid problem
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
How I can Add Templates Column at Run Time in the .aspx Page in VB.NET yogesh
-
How I can Add Templates Column at Run Time in the .aspx Page in VB.NET yogesh
You can't, the aspx is processed before the code behind. Your best bet is probably a repeater, which means you have full control over what is rendered, and can better change it at runtime.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )