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
Please explain what is the difference between encrypting a password and applying a hashing?
Write the .net syntax for 'while loop'?
What relationship is between a process, application domain, and application?
How is a managed code executed?
How you apply a theme in whole application in .Net?
What is equivalent for regsvr32 exe in .net ?
Describe the difference between inline and code behind which is best in a loosely coupled solution?
What is reflection in microsoft .net context?
what is the default security setting in .net?
Please explain when should you use .net web forms over asp.net mvc?
How can you turn-on and turn-off cas?
Do I have any control over the garbage collection algorithm?
What are the different.net tools which you used in projects?
What's the .net collection class that allows an element to be accessed using a unique key?
What is marshling?