how can we convert html server controls to webserver controls?



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

Post New Answer

More HTML DHTML Interview Questions

Difference between <i> and <em> tag?

1 Answers  


What are the different types of <!doctype> that are available?

1 Answers  


Which type of video formats are supported by html5?

1 Answers  


What can html5 do?

1 Answers  


What is canvas in HTML5?

1 Answers  


Where is dhtml used?

1 Answers  


Differentiate between localStorage and sessionStorage objects.

1 Answers  


What is the easiest way to convert my HTML documents to XHTML?

1 Answers  


What is layer attribute in dhtml?

1 Answers  


What is an xhtml element?

1 Answers  


Is WebSQL a part of HTML 5 specification?

1 Answers  


What are the types of list in html?

1 Answers  


Categories