Home All Groups Group Topic Archive Search About
Author
27 May 2005 12:07 PM
Tlink
New to asp.net so this has probably been asked a few times, but I have a
number of server-buttons that the user can press to update the page with,
the problem is that all is well till I have to reload the page. Can I force
a page_load after a button has been pressed, if so an example would be
appreciated.

Author
28 May 2005 1:48 AM
Kevin Yu [MSFT]
Hi Tlink,

We have reviewed this issue and are currently researching on it. We will
update you ASAP. Thanks for your patience!

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
Author
28 May 2005 3:25 AM
Tlink
Worked it out myself, if you update the control then disable it then enable
it a refresh occurs on the control and the new data appears.

Show quoteHide quote
"Tlink" <Tlink@online.nospam> wrote in message
news:utKK7SrYFHA.1404@TK2MSFTNGP09.phx.gbl...
> New to asp.net so this has probably been asked a few times, but I have a
> number of server-buttons that the user can press to update the page with,
> the problem is that all is well till I have to reload the page. Can I
> force a page_load after a button has been pressed, if so an example would
> be appreciated.
>