M
Marine
Hi,
I have two pages : Page1 and Page2.
On page1, I have a Response.Redirect("Page2?id=test").
On Page2, on the Page_Load event, I'm connecting to a Sql Server so it can
take a while.
I would like to show a waiting message.
For the moment, the Page1 remains until the Page2 is loaded, and a
"LabelWaintingMessage.Visible = true;" on the click event of the button on
Page1 doesn't work.
Any idea ?
Thanks.
I have two pages : Page1 and Page2.
On page1, I have a Response.Redirect("Page2?id=test").
On Page2, on the Page_Load event, I'm connecting to a Sql Server so it can
take a while.
I would like to show a waiting message.
For the moment, the Page1 remains until the Page2 is loaded, and a
"LabelWaintingMessage.Visible = true;" on the click event of the button on
Page1 doesn't work.
Any idea ?
Thanks.