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
How to add DateTime Control in normal DataGrid Server Control?
How will you do windows authentication and what is the namespace? If a user is logged under integrated windows authentication mode, but he is still not able to logon, what might be the possible cause for this? In ASP.Net application how do you find the name of the logged in person under windows authentication?
What is http response header?
What are custom controls?
Tell me what is the request flow used for asp.net mvc framework? : asp.net mvc
What is the web.config file in asp?
What are the various types of validation controls provided by asp.net?
How to do state management in ASP.NET?
What is the postback property in asp.net?
Explain the advantages of asp.net.
Explain what is viewstate?
What describes a query?
What is the difference between session.abandon() vs clear()?
What is a web api? Which protocol is used in a web api?
What is the difference between table and query?