On of the solutions can be declaring buttons that do not need to throw
postback as client ones ( do not write runat="server" ) and then control
everything from js on the client-side.
--
Vadym Stetsyak aka Vadmyst
http://vadmyst.blogspot.com
"suma" <(E-Mail Removed)> wrote in message
news:4F548A83-18B5-41DF-ADF5-(E-Mail Removed)...
> my web page consists of a timer along with a number of buttons (
> application
> for tambola game). the timer raises an event on it's expiry time. that is
> fine. but i doun't what some of the buttons to throw the
> post-back(refreshing
> of page every time). i need only the page to refresh only when the timer
> expires. but not for the (some) button clicks.
>
> this web application is developed in asp.net present version.