I am working in asp.net application, adding functionalities like form elements, validation and populating data from DB.
I can use ASP: controls but I am wondering is it possible to use
HTML.TextBox
or<input type="text">
If I can use
<input type="text"
orHtml.TextBox
what are the pros and cons of using them versus using