How to combine tree controls into one

  • Thread starter Thread starter ad
  • Start date Start date
A

ad

I want to combine tree controls into one, the tree controls are Label,
Textbox and RequiredFieldValidator,

Are there any example of that?
 
take a user control and put the necessary controls and implement properties
for them if events are needed, implement the events then use the user control
where ever U needed.
 

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

Back
Top