Visual Inheritance with ASP.NET

  • Thread starter Thread starter Gopal Prabhakaran
  • Start date Start date
There is no visual inheritance in the current version of ASP.NET.
You're pooched.

There is no single good way to do deal with this.
User controls can help to encapsulate common pieces of UI & code in a
reusable form.
 
Hi,
Steve think again !!!
have a look at reply i posted
ya i true there is no VI for current version. in built into the framework,
but WHERE THERE IS WILL THERE IS A WAY!!!
i think it will be out 2 yrs down the line...

BYE

AMIT AGARWAL
INDIA..
 
I stand by my statement.
I'm aware there are a number of homegrown techniques that some people use to
simulate visual inheritance. None of them are great. They all have
significant drawbacks of one kind or another.
Of course .NET 2.0 will fix all this but that's quite a wait...

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net
Hire top-notch developers at http://www.able-consulting.com
 
hi,
we are using the above logic in previous applications succesfuly
and when is .netver 2.0 expected
bye
 
asp.net 2.0 should be out along with 1.2 .net framework... i reckon public
beta will start in late spring or some time in summer..

already have the pdc release though havent had the time to look into it
deeper... attending a session on 20th on asp.net 2.0 so should learn
something new...
--
Regards,

HD

Once a Geek.... Always a Geek
 
Yes I'm not saying that they don't work, they're just a pain.
I believe the link you gave describes techniques that don't support the web
form designer. That's just not nearly as good as we deserve (and will have
in 2.0)

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net
Hire top-notch developers at http://www.able-consulting.com
 
ya Steve thats true ,
but atleast it's making life simpler from being worst
if there was no such implementation.
something is better than nothing .

bye,
happy coding.

amit
india
 
Back
Top