Function

  • Thread starter Thread starter Ben Schumacher
  • Start date Start date
B

Ben Schumacher

Is it possible to call a function from a master page that resides in the
content page. I want my master page to be able to do somthing like ...

Dim sStringInMasterPage As String = FunctionInContentPage()

Ben
 
Hi Ben,

Wouldn't it be easier to put the function in a class in the App_Code folder
and call it from there?

Looking for a function in an occasional page doesn't sound right. Perhaps
you could explain more what your requirement is?

Ken
Microsoft MVP [ASP.NET]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top