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

Explain how to rename a table using sql queries?

1 Answers  


Is .net core free?

1 Answers  


What is the Difference between directcast and ctype?

3 Answers   Wipro,


What do you mean by web service?

1 Answers   Accenture,


What is the Difference between a sub and a function?

9 Answers   Wipro,


What is the difference between boxing and unboxing?

1 Answers  


Explain what is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?

1 Answers  


What does il do?

1 Answers  


Explain different types of html, web and server controls.

1 Answers  


Explain .NET architecture?

1 Answers   TCS,


How does u handle this COM components developed in other programming languages in .NET?

1 Answers  


What is the model role in Mvc architecture?

3 Answers  


Categories