Can we inherit a class and it's aspx ahead

  • Thread starter Thread starter ad
  • Start date Start date
A

ad

We can inherited a class.
but when a class has a .aspx ahead, can we inherit the class and it's .aspx
together?
 
We can inherited a class.
but when a class has a .aspx ahead, can we inherit the class and it's
.aspx
together?

I can only make a guess that you're talking about reusing a set of ASPX /
HTML / JavaScript plus its associated code-behind as a single unit. In which
case, you need to create a UserControl...
 
Or MasterPages in v2.0
Mark Rae said:
I can only make a guess that you're talking about reusing a set of ASPX /
HTML / JavaScript plus its associated code-behind as a single unit. In which
case, you need to create a UserControl...
 
Back
Top