what is difference between User Control,Custom Contro1,Web
server control and template controls



what is difference between User Control,Custom Contro1,Web server control and template controls..

Answer / chinnu

User Controls are easy to create but tedious to
use.Extenshion for user controls is ascx file .we cant
place user controls in toolbox.

Custom controls are tedious to create by easy to
use.Extenshion is .dll.We can place custom controls in
toolbox.

Web server controls are the controls which is run at server.

Is This Answer Correct ?    5 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What are sessions in asp net?

0 Answers  


Types of object in asp ?

1 Answers   Accenture,


How many classes can a single .NET DLL contain?

14 Answers   Siebel Systems,


How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.

0 Answers   Microsoft,


What is form submit?

0 Answers  






What are uri parameters?

0 Answers  


Define transparent caching with aop?

0 Answers  


To display data in the combo box, prior to setting the Data Source, what kind of property on a Combo Box do you set with a column name?

0 Answers   Siebel,


Master Page

1 Answers   Syntel,


What are the disadvantages of view state?

0 Answers  


What is the difference between trace and debug in asp.net?

0 Answers  


What line in the following XML document will generate an error? <?xml version=?1.0?> <employees> <employee> <name>Bob Andcarrol</name> </employee> <employee> <name>Robert Burns</name> </employee> </employees> a) 6 b) 4 c) 1 d) There is no error

3 Answers   Syntax Softtech,


Categories