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

State some of the different languages supported by .net?

0 Answers  


What is "common language specification" (cls) in .net?

0 Answers  


in hibernate, what is dirty reading?

1 Answers   IBM,


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

1 Answers  


Is .net front end or backend?

0 Answers  


How to spawn a thread?

0 Answers  


What is Full trust permission set in .Net

0 Answers  


what is dotnet architecture? can anyone explain that.

1 Answers  


how to connect database connectivity in dotNET? if suppose SQL server?and also MS access?

8 Answers  


How do you handle Start, Pause, Continue and Stop calls from SCM within your application?

1 Answers  


Using com component in .net?

0 Answers  


Difference between machine.config and web.config?

0 Answers  


Categories