What are HTML controls, Web controls, and server controls.

Showing Answers 1 - 2 of 2 Answers

Guest

  • Mar 10th, 2005
 

HTML Control - By default, HTML elements on a Web Forms page are not available to the server; they are treated as opaque text that is passed through to the browser. However, by converting HTML elements to HTML server controls, you expose them as elements you can program in server-based code.Web Control - Serves as the base class that defines the methods, properties and events common to all controls in the System.Web.UI.WebControls namespace.

  Was this answer useful?  Yes

Ans:

Yes,it's ok

HTML Control - By default, HTML elements on a Web Forms page are not available to the server; they are treated as opaque text that is passed through to the browser. However, by converting HTML elements to HTML server controls, you expose them as elements you can program in server-based code.Web Control - Serves as the base class that defines the methods, properties and events common to all controls in the System.Web.UI.WebControls namespace.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions