What is custom control. What is the difference between
custom control and user control?

Answers were Sorted based on User's Feedback



What is custom control. What is the difference between custom control and user control?..

Answer / 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

What is custom control. What is the difference between custom control and user control?..

Answer / venkat

User Control is for only for that Perticular Application
and Profer GUI u can see at Runtime ,We can not add this
one to Tool box
Custom Control is a third Party vendor, it is not for
perticular application ,proper GUI u can see at design
time ,we can add this to tool box.Eg.. Date Picker..

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

Explain transparent caching with aop?

0 Answers  


Explain the difference between response.redirect vs server.transfer

0 Answers  


How dataadapter.fill works?

0 Answers  


How we implement the multiple paypal value with gridview in my website and how we make a payment through Credit Card.

0 Answers  


How is a session stored and maintained in asp.net?

0 Answers  


Explain the server control events of asp.net ?

0 Answers  


What are the differences between the response.write() and response.output.write()?

0 Answers  


What is difference between Lambda Expression and LINQ in ASP.NET?

0 Answers   Viscus Infotech,


What is the difference between page.registerclientscriptblock and page.registerstartupscript?

0 Answers  


Can two web application share a session and application variable ?

5 Answers   Satyam, V3 Engineers,


What are the differences between Dataset and DataReader?

3 Answers   Accenture,


What is content place holder?

0 Answers  


Categories