Base usercontrol class and wrapping

A

AWHK

I have created a base class that inherits UserControl. The purpose of this
class is to implement common functionality for all of my usercontrols
(.ascx). In my base class I have created a table. I want this table to wrap
all "controls" in the derived class (.ascx file). How do I proceed?

Regards
AWHK
 
J

John Saunders

AWHK said:
I have created a base class that inherits UserControl. The purpose of this
class is to implement common functionality for all of my usercontrols
(.ascx). In my base class I have created a table. I want this table to wrap
all "controls" in the derived class (.ascx file). How do I proceed?

I don't believe you can do this with a user control. You would need to use a
custom control.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,743
Messages
2,569,478
Members
44,899
Latest member
RodneyMcAu

Latest Threads

Top