Hi I have an isue on an c# aspx web page which has to 2 Update Panels with an ajax scriptmanager.
The first panel contains a drop down list and a gridview. On selecting an item in the dropdown the gridview beneath it updates based on the seleted value.
The second update panel contains another gridview that needs to auto refrsh every 5 seconds. This second panle is completely independant of the first.
The problem is if a user wishes to scroll down and select an item from the drop down in the first panel if the second panels timer event kicks in it takes the focus away from the drop down list preveting the user from selecting anything unless they are really quick.
has aanyone else had this issue / know how I can work around it so both update panles are completely independent and dont interfear with one another?
ta
j
The first panel contains a drop down list and a gridview. On selecting an item in the dropdown the gridview beneath it updates based on the seleted value.
The second update panel contains another gridview that needs to auto refrsh every 5 seconds. This second panle is completely independant of the first.
The problem is if a user wishes to scroll down and select an item from the drop down in the first panel if the second panels timer event kicks in it takes the focus away from the drop down list preveting the user from selecting anything unless they are really quick.
has aanyone else had this issue / know how I can work around it so both update panles are completely independent and dont interfear with one another?
ta
j