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
What is the exact purpose of http handlers?
How can you ensure a permanent cookie?
How do you open a page in a new window?
Explain the steps to be followed to use passport authentication.
Can you explain the basic use of dataview?
Explain how asp.net different from asp?
Describe in brief .net framework and its components.
What is the mvc framework?
How to you can limit Access to Web API to Specific HTTP Verb?
What are the server control tags in asp.net.?
What are the advantages of Web API?
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
What are the two types of web pages?
What is the difference between union and join?
What is the Difference between MVC And MVP design pattrens