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
What are the asp.net server side objects?
What are the two properties that are common on every validation control?
What is rich control in asp.net?
How can we register exception filter globally?
Explain a program using code nuggets to create a simple application? : asp.net mvc
Give 2 examples for scenarios when routing is not applied?
What is a session in programming?
Which adapter should you use, if you want to get the data from an access database?
How can we provide the WebParts control functionality to a server control?
Explain how asp.net page works?
What is a global postback url?
How do I use response redirect?
How can we implement a identity (sql server) call in an asp.net page?
What role “#&&” plays in a querysting?
Tell me how asp.net mvc differs from asp.net web forms? : asp.net mvc