tags:

views:

32

answers:

3

Can anybody tell me the steps to be covered in order to create a user control in asp.net.Is there any difference in user control and custom control in asp.net.

+1  A: 

Why not search msdn for this? Check out the link below. Hope this would help you -

http://msdn.microsoft.com/en-us/library/3457w616(VS.71).aspx

Sachin Shanbhag
+1  A: 

Check this article - Overview of user controls vs. custom controls. Should answer all your questions.

VinayC