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 an interface and what is an abstract class? Please, expand by examples of using both. Explain why?
What's the problem with .net generics?
Explain about .net assemblies?
What does jit do?
How big is the datatype int in .net?
What class does icon derive from? Isn't it just a bitmap with a wrapper name around it?
What is Event Bubbling in .NET?
Write a program to create a user control with name and surname as data members and login as method and also the code to call it.
Explain what are an object and a class?
I am constantly writing the drawing procedures with system.drawing.graphics, but having to use the try and dispose blocks is too time-consuming with graphicsobjects. Can I automate this?
Explain what is the difference between response.redirect & server.transfer?
What is il in vb.net?
Explain about Behavioral design pattern?
What is data type and how many types of data types are in .NET ?
What is the concept of inheritance in .net?