Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Building Controls > inheritance

Reply
Thread Tools

inheritance

 
 
mr. App
Guest
Posts: n/a
 
      07-02-2006
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.


 
Reply With Quote
 
 
 
 
Steve C. Orr [MVP, MCSD]
Guest
Posts: n/a
 
      07-02-2006
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.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net


"mr. App" <> wrote in message
news:...
> 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.
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
C++ Struct inheritance against class inheritance johnsonlau C++ 1 07-21-2008 04:58 PM
Interface inheritance vs Implementation inheritance. Daniel Pitts Java 27 02-27-2008 01:37 AM
Private Inheritance and Publice Inheritance karthikbalaguru C++ 9 09-10-2007 01:05 PM
mul. inheritance & overloading operator new/delete solved by virtual base inheritance? cppsks C++ 0 10-27-2004 07:49 PM
Private access modifier and Inheritance (Inheritance implementation in Java) maxw_cc Java 1 12-21-2003 11:38 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57