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
what is the default security setting in .net?
Explain cas (code access security)?
Interop Services?
what is prototype design pattern in .net
How can I get at the win32 api from a .net program?
What are pdbs?
Explain .NET architecture?
Define marshling?
What is the need of OLE-automation?
Explain me what is an anonymous method and how is it different from a lambda expression?
Explain what is the difference between a class and an object?
Explain what is a delegate?
Can you explain what do you understand about web service?
What are two different types of remote object creation mode in .net?
What is garbage collection? Explain the difference between garbage collections in .net 4.0 and earlier versions?