what is the difference b/w Asp.net server controls and html
server controls in .net?
Answer Posted / vijay rana
Web server Controls are similar to HTML server controls but
provide more comples user interface,there are some useful
differences are
1. if we are using html server controls then asp.net does
not support down level support
2.web server controls provide much automatic support
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How can you implement encapsulation in asp.net?
What is cookies cache and session?
IN an ASP.NET Web application if there is any error, how can you debug?
In asp.net, how can you validate drop down box?
What are httphandlers and httpmodules and difference between them?
What is GAC in ASP.NET 2.0
Difference between singleton and singlecall.
What is query string? What are its advantages and limitations?
Explain file-based dependency and key-based dependency.
Which data type does the rangevalidator control support?
What are the various types of validation controls provided by asp.net?
What is http post action?
How does exception management works in ASP.NET?
Difference between Response.redirect vs server.transfer?
What is the difference between union and structure?