What is the difference between User Controls and Master Pages
Answer Posted / suresh kumar
i think you can aslo page apply used with master page...
but control is only providing the add control not page...
| Is This Answer Correct ? | 12 Yes | 9 No |
Post New Answer View All Answers
What is razor? : asp.net mvc
What is meant by web application?
What is the use of view state?
What is difference between asp state management and asp.net state management? How can we pass info between 2 asp.net pages?
What is cookies in asp net?
A web service can only be written in .net? State whether true or false.
what are the security certificates used in webservices?
Which authentication uses a combination of windows and iis authentication?
What is the difference between web config and machine config files?
What is state management techniques in asp.net?
What are the file extensions for razor views?
Explain the procedure to handle the process request using mhpm events fired? : asp.net mvc
List the advantages and disadvantages of user control an custom control?
How do you initiate validation on the server manually? What are two situations when you might you want to do that?
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)