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

questions on various scenarios on exception handling? like for example.... try { a; b; ...exception occurs here...what happens...will catch execute or will finally execute...will c execute c; } catch { a; b; c; } fianlly { a; b; }

1 Answers   Manhattan,


When we use windows api in .net is it managed or unmanaged code?

0 Answers  


What is multiThreading in .NET?

0 Answers  


Explain what does managed mean in the .net context?

0 Answers  


What is the difference between user control an custom control? Advantages/disadvantages?

0 Answers  






Tell us why do we use the “using” statement?

0 Answers  


If we want to write a Windows service that cannot be paused, only started and stopped. How to accomplish that?

1 Answers  


What is meant by globalization?

0 Answers  


syntax for binding the data from database

1 Answers   Satyam,


With these events, why wouldn't microsoft combine invalidate and paint, so that you wouldn't have to tell it to repaint, and then to force it to repaint?

0 Answers  


What is prerender event of a page?

3 Answers   C Squared Systems,


What are the challenging issues you have faced in implementation project/Maintainance project in .net Functionality? How you have overcome that issue?

0 Answers   TCS,


Categories