webcontrols

C

cmrchs

Hi,

a webuser control (ascx) can only be used within the same project.

but I would like to use it s an independent compiled control on a web page in any project
how do you do this ? just add it to a web control library doesn't seem to work well.

so how ?

thanks
Chris

**********************************************************************
Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources...
 
J

Joyjit Mukherjee

Hi,

make it as a web custom control, compile it, and use the compiled .dll
anywhere.

Rgds

Joyjit


Chris C said:
Hi,

a webuser control (ascx) can only be used within the same project.

but I would like to use it s an independent compiled control on a web page in any project
how do you do this ? just add it to a web control library doesn't seem to work well.

so how ?

thanks
Chris

**********************************************************************
Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
Comprehensive, categorised, searchable collection of links to ASP &
ASP.NET resources...
 

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

Similar Threads


Top