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 |
What are HTML controls, Web controls, and server controls?
Elements of CAS
What are the types of jit?
What is boxing in .NET?
Describe the Managed Execution Process?
Is .net 4.8 backwards compatible?
in hibernate, what is dirty reading?
What?s typical about a Windows process in regards to memory allocation?
What is singleton activation mode in .net?
What is manifest in .net?
what is the default value of CHAR type?in C# using asp.net?
What is func in .net 3.5?