Frank,

I believe the .dbMenuData, which redirects the application to another page is problematic when using SV's. In other words, SV's won't work with a tabbed page (.dbMenuParams).

Here's what I'm thinking. If you issue a response.redirect (which is what I believe .dbMenudata is using, then you'll never get a SV to stay around. This is because you need to use a full URL with the u=parameter in .dbMenuData. Which closes the session and opens a new browser.

I tested this theory using the server.transfer method of ASP.NET, which only requires a .aspx file name, no full URL. And the SV's we're able to be called by the second .aspx file.

Paul