You can't do thar directly with ASP.NET. ASPX pages up to version 1.1 will always post back to themselves.
There are a few work arounds:
1. In the click handler for the button, send out some JavaScript that reloads the left frame. All you need to do is send a <script> block that sets the location.href for the other frame.
2. Don't use an ASP.NET button. If all you need to do is reload a page in the other frame, a simple <input type="button" /> will do.
Cheers,
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
While typing this post, I was listening to:
Lateralus by
Tool (Track 9 from the album:
Lateralus)
What's This?