How to in asp.net, HELP!!!

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?
 
J

JuLiE Dxer

Can you paste some of your code pertaining to the Page_Load method and
<ASP:TextBox ....> ?
 
G

Guest

thanks Julie, but my problem is fixed, i found some help in other web pages,
but thanks anyway!!!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top