What are HTML controls, Web controls, and server controls?
Answer Posted / 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 View All Answers
How can you assign an rgb color to a system.drawing.color object?
What are two different types of remote object creation mode in .net?
What is an anonymous method and how is it different from a lambda expression?
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?
What is a serviced component?
When displaying fonts, what is the difference between pixels, points and ems?
What are the purposes of using .net?
Explain how does assembly versioning work?
Tell us why do we use the “using” statement?
Which namespace does it belong to by default?
How will you do redo and undo in textbox control?
What are the new features in .net core?
What are the differences between an interface and an abstract class in .net?
What is .net environment?
What are the namespace available in .net?