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 |
State some of the different languages supported by .net?
What is "common language specification" (cls) in .net?
in hibernate, what is dirty reading?
What are HTML controls, Web controls, and server controls?
Is .net front end or backend?
How to spawn a thread?
What is Full trust permission set in .Net
what is dotnet architecture? can anyone explain that.
how to connect database connectivity in dotNET? if suppose SQL server?and also MS access?
How do you handle Start, Pause, Continue and Stop calls from SCM within your application?
Using com component in .net?
Difference between machine.config and web.config?