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 is the recommended approach for asp.net mvc to globally intercept exceptions? What other functionality can be implemented with the approach? : Asp.Net MVC
How do you identify that the page is postback?
Why is mvc better than asp.net?
Briefly describe the role of global.asax?
Can you explain why it is useful to use mvc instead of webforms? : asp.net mvc
Which tool you have done?
Is a dll file an executable?
Define static function?
Define application state variable and session state variable?
Which platform does Microsoft .NET use for exchanging data between applications?
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
What is redirectpermanent in asp.net?
What is the difference between the response.write() and response.output.write() methods?
How is application management and maintenance improved in asp.net 2.0?
What is the benefit of WebAPI over WCF?