What is custom control. What is the difference between
custom control and user control?
Answer Posted / srikanth
Both the custom control and the user control wil be
developed by the user, the only difference is user control
is application specific where are custom control can be
used in any application. We can create a dll for the custom
control and can place it in the toolbox where are for user
control it's not possible it's just an .ascx file as .aspx.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between server.transfer and response.redirect? Why would I choose one over the other?
What is applicatio domain?
What are the new navigation controls in asp.net 2.0?
What is difference in .net 1.1 and .net 2.0?
How does http session work?
How we implement the multiple paypal value with gridview in my website and how we make a payment through Credit Card.
Why cyclomatic complexity is important?
What is enableviewstate in asp net?
How u refer webservices?
How information about the user's locale can be accessed?
What is the life cycle of web page?
What is virtual directory in asp.net?
Are there resources online with tips on asp to asp.net conversions?
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
What is server infrastructure?