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 |
Who is using .net core?
why .net does not support multiple inheritance?
Explain webfarm vs webgardens in .net?
What is implement a generic action in webapi?
What is namespace in .net?
Explain role-based security in .Net.
what is the default security setting in .net?
What is the difference between boxing and unboxing?
Explain what are an object and a class?
What is iis? Have you used it?
Explain about .NET services?
Explain how do assemblies find each other?