What is the Difference between user and server controls?
Answer Posted / satish
user controls executed on each user separately and at client
side only, where as custom controls executed on server side
and only one copy for any number of users
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which .NET framework supports Web API?
Explain exception handling in .net.
What is css in asp.net?
Which is the parent class of the ASP.NET server control?
Explain what the contents of cookie?
What are the page life cycle events?
What is semantic gap?
I’m having some trouble with cas. How can I diagnose my problem?
What is sql data source control in asp.net?
Which asp.net objects encapsulate the state of the client and the browser?
Where are session variables stored?
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 the use of autowireup in asp.net?
What is a gridview in asp.net?
How to create a db connection at one place/page so that we can use that connection for all pages/forms/windows.what r the steps ned to be performed if question not clear,let me know