how can we convert html server controls to webserver controls?
Answer / Dheerendra Kumar
To convert HTML server controls to WebServer controls in ASP.NET, you need to replace the existing HTML control with a Web Server control of the same type. For example, replace an `<input type="text" runat="server">` with `<asp:TextBox runat="server"></asp:TextBox>`. This conversion helps take advantage of additional functionality provided by ASP.NET.
| Is This Answer Correct ? | 0 Yes | 0 No |
Difference between <i> and <em> tag?
What are the different types of <!doctype> that are available?
Which type of video formats are supported by html5?
What can html5 do?
What is canvas in HTML5?
Where is dhtml used?
Differentiate between localStorage and sessionStorage objects.
What is the easiest way to convert my HTML documents to XHTML?
What is layer attribute in dhtml?
What is an xhtml element?
Is WebSQL a part of HTML 5 specification?
What are the types of list in html?