Ask a Question related to ASP.NET General, Design and Development.
-
varun varun #1
How to inherit a base form in all application forms of an asp.net application
hello friend,
while developing an asp.net application,
i created a base form(say mybaseform1)
with certain links on it.
then i tried to inherit the same from
in other application forms by following way.
in the coddbehind file for a form webform1,
i wrote following code.
public class webform1
inherits mybaseform1
end class.
but i found that this does not work in asp.net.
however, the same works very well in vb.net.
so can anyone guide me on this issue ?
how can we inherit base form in various
application forms ?
plese guide me with pieces of code if possible.
i need help urgently.
thank you.
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
varun varun Guest
-
Advantages of empty Application Base State?
Several examples are coded where the Main.mxml base state is empty and there is a child state called e.g. main App (start) containing the initial... -
web service timeout in C# Forms application (always)
The problem here is easy to describe, but I'm afraid it will be complex to resolve, if possible at all; here it goes... I've got a C# Forms... -
Forms-Based Security below Application Level
If I have a site where I want to use Forms-Based security but only on one or two SUB-directories of the Application root, I'm confused about how... -
Sharing Forms Authentication between application and sub-application
Hi, I'm succesfully using Forms Authentication on a site I'm working on (MyMainApp). In a subfolder of this site, I have a seperate ASP.NET... -
Forms Authentication to protect a cgi application
I have enabled forms authentication on an IIS 6 W2k3 server to protect access to the application files until authenticated. The actual...



Reply With Quote

