How to in asp.net, HELP!!!

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have an asp.net web form, in the Page_Load event I have some code wich
create some TextBox controls dynamically to let the user put values on them,
but when the user submit the page, those controls doesn't exists when I try
to access them in server code. What do I have to do to keep the controls
between page calls?

I create the controls only if the IsPostback page propertie is falsce in
order to be secure the controls are created only once.

Some help?
 
Can you paste some of your code pertaining to the Page_Load method and
<ASP:TextBox ....> ?
 
thanks Julie, but my problem is fixed, i found some help in other web pages,
but thanks anyway!!!
 
Back
Top