Ask a Question related to ASP.NET General, Design and Development.
-
steven shingler #1
aspx - string from method from in inherited class not working
Hi all,
tricky to explain this one:
have got a class called Language which extends System.Web.UI.Page
Language has a method "getText()" which returns a string:
Ok - - now I've got an aspx page called Welcome.aspx
The code behind page is Welcome.aspx.cs and it extends the Language
class
In the aspx, i want to call the getText method.
I thought that <%= getText() %> would do the trick, but it isn't
working for me.
I'm thinking its because of the the method being in the super-class,
but the method and both classes are declared public.
Is there a way around this?
Am I being at all clear?
Many Thanks for taking a look
cheers
steven
steven shingler Guest
-
WSDL Sample SOAP xml does not include properties of inherited class.
The sample soap xml that is displayed for a web service does not correctly display properties from an inherited base class. If I have : public... -
MustInherit base class inherited by UserControl
Following on from this discussion http://www.dotnet247.com/247reference/msgs/29/146830.aspx i'm having the same problem, the classes that i... -
#25908 [Bgs]: Inherited class properties aren't inherited until after class is parsed [?]
ID: 25908 Updated by: helly@php.net Reported By: kyle at putnamcabinets dot com Status: Bogus Bug Type: ... -
#25908 [Opn->Bgs]: Inherited class properties aren't inherited until after class is parsed [?]
ID: 25908 Updated by: helly@php.net Reported By: kyle at putnamcabinets dot com -Status: Open +Status: ... -
#25908 [Opn]: Inherited class properties aren't inherited until after class is parsed [?]
ID: 25908 User updated by: kyle at putnamcabinets dot com -Summary: Class properties are added automatically (at compile...



Reply With Quote

