inheritance

M

mr. App

by default new aspnet webforms inherits from page which gives us the
intellisense of the basic objects such as request, response etc.

I want my pages to inherit from another simple webform that I created but
then in these pages I lose this basic intellisense. any ideas?

Thanks.
 
S

Steve C. Orr [MVP, MCSD]

Try compiling your base web form into a seperate project.
Then reference that DLL from your main project that has the forms that will
use the base form.
 

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,755
Messages
2,569,536
Members
45,008
Latest member
HaroldDark

Latest Threads

Top