Redirect to a page

  • Thread starter Thread starter sri_rakesh
  • Start date Start date
S

sri_rakesh

Here is the Scenario:
We are using a 3rd Party OCX. The User logs in to the ASP.NET Application. If there is Event Fired by OCX then User is redirected to a Page With related data passed by the OCX. Or Else he is in a wait mode.

Problem : Event is ther on Server not on User Machine. Since the User is on Browser.

How can we achieve this ? any Pointers will be helpful
Thanks
 
Hi,

How long until you get a response fomr the OCX?

Also, r u sure you mean OCX and not a COM object?


You can send back a generic page and poll the server until you get an
answer, you can store the answer in Session
 

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