Which control should I use HTML or Web Control?
Which control should I use HTML or Web Control? Which one is more faster and optimized one? Like to know with detailed explanation.
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.
Kirtan PatelPosted Nov 13, 2009, 6:30 AM
as asp.net standard controls are Finally Rendered into HTML control when you run WebApplication in Browser .
so its obvious thing that when you use HTML Control Directly then it will take less time to Render as Compared to Asp.net control that will first converted to equivalent html control to show in Browser
like if you using Gridview
in Browser it is rendered as HTML Table
if my answer helps you then check "Do you like this answer check box" please :)