What is difference between user control and custom control?
Answer Posted / ramubalachandran
User Control is a page file with extension .ascx which can
only be used within a single application. But custom
controls are assemblies(dll files) that can be used in
multiple applications.
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
What are the page life cycle events?
Why is this service branded with windows livetm?
How can you handle exceptions in asp.net?
Where the cookie value is stored?
What is routing in MVC?
What is the importance of Global.asax in ASP.NET?
What is the difference between exe and dll?
What is asp.net caching?
What are resource file and how do we generate resource file?
How are sessions stored?
What is http request and response?
What are the different types of events are occured when a client requests an ASP.NET page from IIS server?
Explain an object, class and method.
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
What describes a query?