T
TheAmes
Hi
I have a asp.net site in VB.NET and VWD 2005 Express.
in the master page i have a Label.
from a content page i change the value of this label like so:
dim X as label = page.master.findcontrol("Label3")
X.text = "Some Text Here"
this is done on the click event of an image button.
This works fine, the problem is when i navigate to any other page on my
site the label text defaults back to nothing.
im using iumage buttons and response.redirect, could this be the
problem?
Please help im going insane
Andrew
I have a asp.net site in VB.NET and VWD 2005 Express.
in the master page i have a Label.
from a content page i change the value of this label like so:
dim X as label = page.master.findcontrol("Label3")
X.text = "Some Text Here"
this is done on the click event of an image button.
This works fine, the problem is when i navigate to any other page on my
site the label text defaults back to nothing.
im using iumage buttons and response.redirect, could this be the
problem?
Please help im going insane
Andrew