What is the difference beetwen Html and server controls in asp.net
what is the difference beetwen Html and server controls in asp.net
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
SenthilkumarPosted Mar 30, 2012, 6:55 AM
HTML control will be run on the client browser and ASP.Net server controls are run at the server side. It needs to be mentioned like runat="server".
The ASP.Net server controls can maintain the view state.
The ASP.Net server controls has the server side events where we can write the powerful logics.
ASP.Net controls have the inbuilt events and
http://www.extremeexperts.com/Net/FAQ/DiffBetweenServerandHTMLControls.aspx
http://www.kad1r.com/article.aspx?articleId=271&Category=ASP.Net&title=Difference-between-asp.net-and-html-controls-