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



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

Answer / surya

controls with basic html tags are Html controls.

Controls with runat server tag are server controls and the
events are handled in server side

and if you have tags like <asp:GridView> it is called web
controls and events are handled at server side

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

Is Driver Script any how related to AOM?

0 Answers   TCS,


What is the base class of Button control?

2 Answers  


What is the difference between task and thread in .net?

0 Answers  


what is dotnet architecture? can anyone explain that.

1 Answers  


What is the Difference between a sub and a function?

9 Answers   Wipro,






Explain the Difference between value and reference type.

2 Answers   Infosys, Wipro,


What is smart navigation in .net?

0 Answers  


What property do you have to set to tell the grid which page to go to when using the Pager object?

2 Answers   Siebel,


How to get the number after decimal point in .net?

0 Answers  


Which dll translate xml to sql in internet information server (iis)?

0 Answers  


What is Global Assembly Cache (GAC) and what is the purpose of it?

2 Answers   Ksb,


Will it go to finally block if there is no exception happened?

0 Answers  


Categories