M
Miguel Dias Moura
Hello,
I am working on an Asp.Net 2.0.
I created a master page named "MyMasterPage.master".
I created the function "SUM" in my master page VB code.
I then created the page "MyPage.aspx" from my master page.
When I try to use the function "SUM" in "MyPage" VB code it says:
- Name "SUM" is not declared.
I created the SUM function in different ways:
- "SUB SUM()..."
- "Private SUB SUM()..."
- "Public SUB SUM()..." > I thought this would solve the problem.
Basically I need to create functions which will be accessible from many
Aspx pages.
Thank You Very Much,
Miguel
I am working on an Asp.Net 2.0.
I created a master page named "MyMasterPage.master".
I created the function "SUM" in my master page VB code.
I then created the page "MyPage.aspx" from my master page.
When I try to use the function "SUM" in "MyPage" VB code it says:
- Name "SUM" is not declared.
I created the SUM function in different ways:
- "SUB SUM()..."
- "Private SUB SUM()..."
- "Public SUB SUM()..." > I thought this would solve the problem.
Basically I need to create functions which will be accessible from many
Aspx pages.
Thank You Very Much,
Miguel