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
when a request is made in Life cycle of ASP.NET page .
What is ashx file in asp.net?
What is asp.net version?
How would you enable impersonation in the web.config file?
Can you set the session out time manually?
What is css and what is it used for?
Why is string called immutable data type?
Explain Authentication mechanism in dotnet
For which does this Codebehind="MyCode.aspx.cs" is relevent to ?
what is silver light when will we use silver light,
What is query string in asp.net?
What are httphandlers and httpmodules and difference between them?
is there any third party tools are using in .net technologies? what are there ? give me the brief introduction?
Why asp.net is used?
Whta are the Various steps taken to optimize a web based application (caching, stored procedure etc.) ?