Hi,
Ques What is the ASP.NET Controls ?
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 Mar 21, 2012, 12:40 PM
The ASP.Net controls developed to comply the W3C standards. It is similar controls like HTML controls. It will be executed on the server side. when render in the browser it will be created like normal HTML control.
For example
ASP.Net server side button control will be
Satyapriya NayakPosted Mar 21, 2012, 2:37 AM
Refer
http://www.w3schools.com/aspnet/aspnet_controls.asp
Thanks
Prasant JinagaPosted Mar 21, 2012, 2:32 AM
ASP.Net controls are nothing but objects on ASP.NET Web pages that run when the page is requested and that render markup to a browser.
Thanks,
Prasant