Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Invoke a method on a different page?
Message
 
To
30/04/2002 11:16:50
Keith Payne
Technical Marketing Solutions
Florida, United States
General information
Forum:
ASP.NET
Category:
Web forms
Miscellaneous
Thread ID:
00650640
Message ID:
00651061
Views:
23
>
>The subs are in the code-behind file for the page. It is VB.
>

Keith,
This is a little tricky because I don’t know if the sub routine you want to run is to update the frame you are in or to update the frame that contains the page who’s code you are executing.

Would it suffice for one frame to press a button in another frame’s page and then let the page do its thing?

Not knowing exactly you need the result to be, here is a suggestion that may help to, at least, get things going.

Make the following call from your button
target="MyOtherFrame" href="MyPage.aspx?sRunMethod=SomeMethod"

Then in the load of the MyPage.vb call the method specified by the parameter.

If you tell me some more about how everything should work I may be able to give a better answer.
Chris
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform