missig data

P

Phil Barber

I have a Label control that I load some text into it on the page load event.
when I navigate to a different page and then hit the "back" browser button
the label is gone from the screen. I am assuming that the label control is
still there but the text in the label has been some how cleared so it looks
like there is nothing to view. I am sure I am not clearing the text property
of the label.
the EnableViewState= true;
any ideas?
thanks
Phil Barber
 
P

Phil Barber

thanks for the response, when I debug this code the page_load event is only
firing once on the initial loading of the page. when I navigate back to the
page from another page,the labels(data) are gone and the page_load never
fires!
is there another event I can use?
thanks
 
P

Phil Barber

thanks for your help I found the problem, the webform was corrupt!
thanks
phil
 

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