Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

call routine from another page

Status
Not open for further replies.

Trebor100

Programmer
Mar 14, 2006
90
GB
hi all - got a problem.

I am using frames on a site and need to call a c# routine that is in a different frame. any ideas how i can do it?

Cheers,
Rob
 
The "C# routine that is in a different frame" exists as long as the class instance that contains it exists (if we are not talking about static members).

So basicly, you cannot do that simply because when the page is loaded the associated code-behind page class is instantiated, its code runs and then it is disposed.

Please give more details of what you exactly need, maybe we find another way of doing it.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top