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


Please Help Members By Posting Answers For Below Questions

How comfortable are you with writing html entirely by hand?

876


How do I put text on the next line in html?

871


What is the current version of edge?

947


List out the new features of html5?

871


What is the name of the website?

922


What are the new api's provided by the html5 standard? Give a brief description of each.

899


What is the simplest html page?

944


Can you list the new input type attributes in html5?

862