Auto generate Label and Text box on Page Load
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
Smells like an ASP.NET question to me. The issue you have is, if you don't create it until page load, it's never going to have any viewstate. However, you can create them anytime you like, you just need a control on the page whose controls collection you can add it to.
Christian Graus - Microsoft MVP - C++ "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 )