V
varun
hello friends,
i have been developing an application in asp.net.
i want to inherit a web page on all other web pages of
my application.
i took a form and callded it mybaseform1.
then i took another form, say webform1, and tried to
inherit
mybaseform1 with this page in its codebehind file as
follows.
public class webform1
inherits mybaseform1
end class
i observed that this does not work in asp.net for web forms
but it works very well form windows forms.
so how can i achieve this ?
please help me in this matter.
thank you.
i have been developing an application in asp.net.
i want to inherit a web page on all other web pages of
my application.
i took a form and callded it mybaseform1.
then i took another form, say webform1, and tried to
inherit
mybaseform1 with this page in its codebehind file as
follows.
public class webform1
inherits mybaseform1
end class
i observed that this does not work in asp.net for web forms
but it works very well form windows forms.
so how can i achieve this ?
please help me in this matter.
thank you.