473,398 Members | 2,404 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,398 software developers and data experts.

Can I have base class derived from System.Web.UI.Page have design

I have already created a base class that incorporates common functionlity
into my ASP.Net application, what I want to do is have it have a design time
interface where I can show it in VS IDE. Specifically I have HTML that
defines my page layout and I want to show it during design time.

How do I provide a design time interface to my base class that derives from
System.Web.UI.Page?
--
Robert
Nov 19 '05 #1
4 1508
Not out from the box. You have control allowing to do that more or less like
what ASP.NET 2.0 will provide (this is called "master pages").

--

Patrice

"rgrandidier" <rg*********@discussions.microsoft.com> a écrit dans le
message de news:C8**********************************@microsof t.com...
I have already created a base class that incorporates common functionlity
into my ASP.Net application, what I want to do is have it have a design time interface where I can show it in VS IDE. Specifically I have HTML that
defines my page layout and I want to show it during design time.

How do I provide a design time interface to my base class that derives from System.Web.UI.Page?
--
Robert

Nov 19 '05 #2
But how do I do it in ASP.NET 1.1?
--
Robert
Nov 19 '05 #3
I don't want to have to do something to every page every time I create one.
All I wnat to do is be able to change the base class to mine and bam when I
look at the page in Design view it will display my "framework".

Can someone point me to an article or give me some basic advice to get me
started?

Thanks in advance.
--
Robert
Nov 19 '05 #4
Sorry, I meant you should find several third party controls by Googling
"master pages"...

Try :
http://www.google.com/search?hl=en&q...asp.net+1.1%22

--
Patrice

"rgrandidier" <rg*********@discussions.microsoft.com> a écrit dans le
message de news:E5**********************************@microsof t.com...
But how do I do it in ASP.NET 1.1?
--
Robert

Nov 19 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: Abhijit Deshpande | last post by:
Is there any elegant way to acheive following: class Base { public: Base() {} virtual ~Base() {} virtual void Method() { cout << "Base::Method called"; return; } };
6
by: Anthony | last post by:
Hi, Can anyone help me out here? I need a construction where a static variable in a derived class is accessible through its base class. The base class is part of a framework. The variable in...
8
by: Dave | last post by:
class base { public: base(const base &other) { // Init. here... } // Stuff }; class derived: public base { public:
39
by: Randell D. | last post by:
Folks, I'm sure this can be done legally, and not thru tricks of the trade - I hope someone can help. I'm writing a 'tool' (a function) which can be used generically in any of my projects. ...
1
by: question | last post by:
I want to know incase there is any performance difference or overhead in calling a base class method and a derived class method. Basically I am talking about simple method that is not overridden...
15
by: shuisheng | last post by:
Dear All, Assume I have a class named Obj. class Obj { }; And a class named Shape which is derived from Obj. class Shape: public Obj
6
by: Peter Lee | last post by:
class Base { public: void t1() {} void t2() {} void t3() {}; }; class Derived : public Base
3
by: Ravi | last post by:
Is this the correct way to think of "base class"? The "base class" is a class from which other classes are derived. The "base class" will never be derived from another class.
6
by: Christopher | last post by:
I've seen various ways of doing this, but what I want is to be able to take a base class pointer and know which derived class to cast to. For example I am going to make a base light class, that...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.