iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Barnard Hi,
Page_load would not work, neither by using Response.Redirect or by adding a redirect javascript function for that matter, simply because the flypostback occurs behind the scene.
You must attach a javascript function to the control by using:
WebButton.ClientAction.InvokeScript("Redirect()");
Since I need it to occure for every WebButton that does a flypostback, I need to overried the it's Click event in the base page.
Any suggestions how I do that?
Bernard Hi,
Thank you very much for your kind answer. Though it is not quite what I ment.
I'd like to check session availability on server side (using inherited page base), for all intersoft's controls that use FlyPostBack, without actually checking session for each event.
In case the session has ended, I would like to cancel the AJAX request made by the flypostback, and redirect the user to login page.
Is there a way to actually cancel the AJAX request and inject a javascript redirection?
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname