Diff B/W user control and server control

Answers were Sorted based on User's Feedback



Diff B/W user control and server control..

Answer / roopesh m.k

Server controls are default custom controls.these are built
in controls but user controls are user defined
controls,these are re reusable controls.

Is This Answer Correct ?    2 Yes 0 No

Diff B/W user control and server control..

Answer / vivek

Server control can be run alone
user control can not run alone

Is This Answer Correct ?    1 Yes 0 No

Diff B/W user control and server control..

Answer / kiwi

server control is custom control which are executed on the
server. these server controls are easy to use but difficult
to create,whereas user controls are easy to create but
difficult to use. these controls are executed on client side

Is This Answer Correct ?    0 Yes 5 No

Post New Answer

More ASP.NET Interview Questions

How long should a session id be?

0 Answers  


Differentiate between authentication and authorization.

0 Answers  


can u debug application programatically? if yes how?

0 Answers   FactorH,


page life cycle of asp.net.

4 Answers  


Explain what is event bubbling?

0 Answers  


Where would you use an IHttpModule, and what are the limitations of anyapproach you might take in implementing one?

1 Answers   Siebel Systems,


what is the difference between primary key and foreign key?

2 Answers  


How can we call webservices in Banking Applications? and where we are using it?

0 Answers   FCG,


Define session in asp.net.

0 Answers  


What is viewstate information stored?

0 Answers  


How do you specify whether your data should be passed as Query string and Forms (Mainly about POST and GET)

2 Answers  


Does the following statement executes successfully: Response.Write(?value of i = ? + i);

4 Answers   TCS,


Categories