runat="server" makes the control available for asp.net in the page life
style, that is between the http request arrival and rendering the resulting
html. It doesn't effect any client-side behavior. Button server control
initiates postbacks not because of runat="server". Rather it comes with some
built-in client-side code.
--
Eliyahu Goldin,
Software Developer & Consultant
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
"Chris" <cc@dd.ddwrote in message
news:e2**************@TK2MSFTNGP03.phx.gbl...
Hi,
i 'm experimenting with postback and i tried that with a button server
control and an Html input button but with runat="server".
The button server control causes a postback, but not the Html input button
with runat="server".
Can someone explain me why (because it's running on the server)?
Thanks
Chris