Iam using .net 2.0 with ajax stuffs, my aspx page has ajax tabs and update panels and ajax tabs. In each tab I have some datagrid, I have a Tab Updatepannel DataGrid
And I have buttons for operations, Ok and Cancel. which is not in side Update Pannel.
The Real problem
1. ) Some times Ok and Cancel button behaves unexpectedly. Like when I click Ok button or cancel button, the screen just blinks, and this happening not frequently, it happens when the browser is ideal for 10 mins. (session time out
is set to default, 20 mins)
Ok event or cancel event are not firing when the page is ideal for 10 mins.
For Exg: when ok button click it should launch yahoo mail
Some times it works as expected, in Ok click event I have some CS code to do some business operation and lunch other app's
2. Some times, the page automatically redirects to other application(yahoo mail , in above example), with out clicking Ok or Cancel.
the original operation was to launch some app, and closing the current browser.
When ok is clicked , I will close this browser and launch some web apps
We have different environments like Development and Testing. And production
In my development machine I have win2000 with .net 2.0 to develop apps.
I don't find this problem in my development machine, but I can face this problem in Testing Machines,
I really don't know what is happening, is that Fault of Ajax stuff or some thing...
This issue drives me crazy.. please help if any one has come across this kind of error...
srieen
Member
4 Points
15 Posts
Button Event not fireing & auto redirect happends
Jul 16, 2007 01:46 PM|LINK
Hi
Iam using .net 2.0 with ajax stuffs, my aspx page has ajax tabs and update panels and ajax tabs. In each tab I have some datagrid, I have a Tab Updatepannel DataGrid
And I have buttons for operations, Ok and Cancel. which is not in side Update Pannel.
The Real problem
1. ) Some times Ok and Cancel button behaves unexpectedly. Like when I click Ok button or cancel button, the screen just blinks, and this happening not frequently, it happens when the browser is ideal for 10 mins. (session time out is set to default, 20 mins)
Ok event or cancel event are not firing when the page is ideal for 10 mins.
For Exg: when ok button click it should launch yahoo mail
Some times it works as expected, in Ok click event I have some CS code to do some business operation and lunch other app's
2. Some times, the page automatically redirects to other application(yahoo mail , in above example), with out clicking Ok or Cancel.
the original operation was to launch some app, and closing the current browser.
When ok is clicked , I will close this browser and launch some web apps
We have different environments like Development and Testing. And production
In my development machine I have win2000 with .net 2.0 to develop apps.
I don't find this problem in my development machine, but I can face this problem in Testing Machines,
I really don't know what is happening, is that Fault of Ajax stuff or some thing...
This issue drives me crazy.. please help if any one has come across this kind of error...
Regards,
Sri