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

When we do partial refresh of a page using update panel how server knows it(which event occurs?)

2 Answers  


If i have a web page, and one web user control, where in web page contains a text box, and web user control have check box, if i place a web user control in the webpage, when i check the check box, the out put should show it is checked or not. How we can do this?

1 Answers   CGI,


What is asp net application object?

0 Answers  


What data types do the RangeValidator control support?

2 Answers  


How do you change the session time-out value?

0 Answers   TryTechnicals Pvt Ltd,


Where would you use an ihttpmodule, and what are the limitations of any?

0 Answers  


Can you explain autopostback?

0 Answers  


How do you use css in asp.net?

8 Answers   iBridge,


To get the values in two different controls to match which control you use it?

0 Answers   Siebel,


On Age field how many Asp.Net validation controls will be suit?

7 Answers   NTTF Nettur Technical Training Foundation, Quest,


How many Language support in ASP.NET?

11 Answers   TCS,


What is WCF? Pls Explain clearly with exmple.

3 Answers   HCL, iGate,


Categories