Difference between HTML control and Web Server Control?
Answer Posted / chandresh
HTML controls have not need to write runat="server" means
it not send request to server for any evant when in web
server control every time send request to server.
| Is This Answer Correct ? | 23 Yes | 4 No |
Post New Answer View All Answers
Explain significance of routing? : asp.net mvc
What is http response header?
What is server redirect?
What is http request and response?
How to create discussion forum in asp.net mvc? : Asp.Net MVC
Where session id is stored?
What is query string with example?
What is asp net_sessionid?
Explain what are delegates?
Is it possible for me to change my aspx file extension to some other name?
what is DLL Hell and how it is solved in .NET? please explain clearly??
Is web config mandatory?
What are session cookies?
What are validator? Name the validation controls in asp.net? How do you disable them?
Explain the namespace classes used in asp.net mvc? : asp.net mvc