WHT IS DIFFERENCES BETWEEN HTML CONTROLS AND SERVER CONTROLS.
Answer Posted / nagaraj
server controls run server side and html controls run
browser side and as well as client side . the html controls
run on server side using runat="server"
| Is This Answer Correct ? | 17 Yes | 2 No |
Post New Answer View All Answers
What are html helpers in asp.net?
What is session in http request?
What is sdlc process?
What is a uri query?
How do you open a page in a new window?
Explain the difference between web user control and web custom control?
Define repository pattern in mvc.net? : asp.net mvc
Is it possible to develop a single web application using ASP.NET webforms and ASP.MVC?
What are tuples?
What is difference between viewstate and session state in javascript?
Why will you usually create an aspnet user account in the database for an asp.net web application?
What is AutoPostback?
Who generates session id?
What is use of Master Page in ASP.NET web pages?
How can exception be handled with out the use of try catch?