Viewing or Editing Web User Control properties in the designer

J

Jay Douglas

I have various different web user controls through out my web application.
I would like to view the properties/fields for these user controls in the
designer property window ....

For instance:
public bool HasMenu {
get
{
return hasMenu;
}
set
{
hasMenu = value;
}
}

I would like there to me a "HasMenu" item in the property window of the
designer that has a drop down box with True/False for the options.

Please let me know if this is possible.

Thanks.
 
J

Jay Douglas

Steve,
Thanks for the reply. I was hoping I could get around make a Web
Control Library but it looks like I may not.

Cheers!

--
Jay Douglas
Fort Collins, CO
 

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,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top