Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
No Refresh with Update
Message
 
 
To
15/12/2009 08:20:32
General information
Forum:
ASP.NET
Category:
AJAX
Environment versions
Environment:
C# 2.0
Application:
Web
Miscellaneous
Thread ID:
01439138
Message ID:
01439140
Views:
39
>Using MS Ajax 1.0 UpdatePanel(s) is it possible for a control to force an update of another control w/o causing an update to itself? Following is the scenario I have:
>
>I have a GridView in a standard panel ( to allow scrolling of the grid ) on a form with detail controls located below it. I would like to allow the user to click a row in the grid causing an ajax postback that will populate the detail controls with data, but NOT cause the grid to be repainted. The main reason for this is that if the grid is scrolled down and a row is clicked the repaint of the grid restores the "focus" to the top of the grid and I would like the clicked row to remain in view.
>
>Any thoughts on this would be appreciated.
>
>Bill

Bill,

I do remember I was having similar scenario and was not successful in my implementation in the end. But just a thought - can you put FormView in its own UpdatePanel?
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform