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 is asp.net caching?
Explain the working of passport authentication.
What is AutoPostback?
When Cookies are expired in ASP.NET?
How long should a session id be?
What is the purpose of App_Code folder in ASP.NET? Why we this?
Explain the components of web form in asp.net
What is a master page and what does it do?
How many types of sessions in asp.net?
What do you understand from custom control?
What is state management in .net?
Why would anyone need to implement their own hashtable or linked list?
Whta are the Various steps taken to optimize a web based application (caching, stored procedure etc.) ?
What is _dopostback in asp net?
What is Web API Routing?