Click to See Complete Forum and Search --> : Differnece between User Control and Server Control


nkaushik
August 20th, 2004, 05:23 AM
Hi,
I am very new to .net so could anyone tell me what is difference between user control and server control.

MRutledge
August 20th, 2004, 11:22 AM
Here are very quick definitions to this question:

A use control contains multiple server controls.
A server control is a compiled DLL file and cannot be edited.

Next time search on google before posting...there is a ton of info out there, you just have to look.