adspace
how can we convert html server controls to webserver controls?
Answer Posted / 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 |
Post New Answer View All Answers
How comfortable are you with writing html entirely by hand?
How do I put text on the next line in html?
What is the current version of edge?
List out the new features of html5?
What is the name of the website?
What are the new api's provided by the html5 standard? Give a brief description of each.
What is the simplest html page?
Can you list the new input type attributes in html5?