Hi guys,
I wonder when do you consider to create a user control in .NET? Do you have some basic criteria to exclude your code from the page and introduce a new user control?
Usually I tend to follow those to decide whether I need a user control or not:
- When the page seems to be more readable with a separate user control
- When some part of the form looks like to be used from different pages again and again
How about you?
thanks, kalem keki