tags:

views:

56

answers:

0

Hi, i want to make reusable ascx components in e.g. web application (or class) project and use them in new Web Site project. If i register controls from assemly on page in web site i can add this control, which is stored in foreign assembly. But it loads probably only code from code-behind, but not the ascx file and if i want to manipulate e.g. with button control in ascx part it throws null reference exception...

Is it possible using ascx controls (or aspx pages) this way?

Thanks a lot