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.
Kevin Yu [MSFT] - 28 May 2005 02:48 GMT
Hi Tlink,
We have reviewed this issue and are currently researching on it. We will
update you ASAP. Thanks for your patience!
Kevin Yu

Signature
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
Tlink - 28 May 2005 04:25 GMT
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.
> 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.