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 new login controls in asp.net 2.0?
What is clickid?
Is post back in asp.net?
Can master pages be nested?
To display data in the combo box, prior to setting the Data Source, what kind of property on a Combo Box do you set with a column name?
What is a 401 redirect?
How can you handle exceptions in asp.net?
What is autopostback in asp net?
How to rename a table using sql queries?
Explain the features that make asp.net more used framework? : asp.net mvc
If 200 is for all successful operation then why do we have 201 response codes?
How can u debug your .net application?
Explain Areas in MVC?
Can we set which type of comparison we want to perform by the CompareValidator control?
What are session objects?