Hi,
I want to know that what is the difference between HTML and Server Controls in ASP.NET ?
Loading
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 Apr 4, 2012, 11:50 PM
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-
http://aspalliance.com/258_HTML_and_ASPNET_Server_Controls
Jignesh TrivediPosted Apr 4, 2012, 11:46 PM
Server control are actually a render as html control but server control within an ASP.NET file are treated as literal text and are programmatically inaccessible to page developers.
html control is become server control using runat="server" tag.
hope this help.