bobtheplumber
New Member
I like to build a components collection project so that I can use those components later on other projects. For example I created a UserControl called MyDataGrid.ascxSo suppose the projects layout are something like this:\[quote\] --> IPGostarProject - Under namespace of IPGostar - contains components and lot's of user controls --> SampleProject - here I want to use MyDataGrid.ascx UserControl from IPGostar namespace.\[/quote\]But as you know LoadControl function only takes virtual directory as it's parameter. So you can't load anything outside the SampleProject directory! So how can I do that?