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.Hi,
See Chapter 3 - Loading Progress and Status Displays in below link:
http://www.daveandal.net/books/6744/samples.aspx
--
Hope this helps.
Thanks and Regards.
Manish Bafna.
MCP and MCTS.
"Marine" wrote:
> 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.
>
>
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment