webcontrols

  • Thread starter Thread starter cmrchs
  • Start date Start date
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...
 
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

visual effects on a web-page 4
reference to parent page 1
x 1
Tooltip text for a listitem 1
Asp.Net 1
On The Fly 1
login fail for User 'databaseName\ASPNET' 2
Progressbar Oject code for File Upload HTTPModule ??? 3

Back
Top