Hello,
My form has a top header section where I have the name of the form along with some txt fields and labels that are a constant.
I also have a label called: lblInfo where I write any informatory messages to the user. For errors, acknowledgments etc.
Then there are 3 update panels on the screen, which have their separate functions.
The problem is if there is an error let's say that I need to let the users know about. Even though I am putting the error in the lblInfo.text field.
That field does not show the message, it just defaults to what ever was originally in the form.
example: lblInfo.text = "Error - Please enter such and such field .....".
But the information I display does not display on the screen. This started happening when I started with the updatepanels..
So even though I am doing updating in a panel, does this me I can't address fields outside of the panel?
Thanks!