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 |
Explain how to rename a table using sql queries?
Is .net core free?
What is the Difference between directcast and ctype?
What do you mean by web service?
What is the Difference between a sub and a function?
What is the difference between boxing and unboxing?
Explain what is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?
What does il do?
Explain different types of html, web and server controls.
Explain .NET architecture?
How does u handle this COM components developed in other programming languages in .NET?
What is the model role in Mvc architecture?