![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have an GridView on one page that will open a popup for the selected record. I've been told that there is a way that when the popup record is updated the GridView can be refreshed or Databind. I've been looking for the answer with no luck. I'm probably just not asking the question correctly. Thanks for any assistance. |
#3
| |||
| |||
|
|
Hi Dave, Have you been able to look around using the capabilities of Microsoft Ajax? Putting your GridView inside an UpdatePanel control and firing the refresh (via a Callback) with a basic javascript function that will be called using the "window.opener" object from the popup window... All the best, Coskun SUNALI MVP ASP/ASP.NET http://sunali.com "Dave" <Dave.Burkett (AT) jacobs (DOT) com> wrote in message news:3bb7e24c-4c48-4789-86df-35731e93a9e7 (AT) b40g2000prf (DOT) googlegroups.com... I have an GridView on one page that will open a popup for the selected record. I've been told that there is a way that when the popup record is updated the GridView can be refreshed or Databind. I've been looking for the answer with no luck. I'm probably just not asking the question correctly. Thanks for any assistance. |
#4
| |||
| |||
|
|
You can do it easier, using javascript simply refresh the window with gridview and add Grid.DataBind() method on Page Load. If you use MS AJAX, your visitors will have to download 400KB javascript file on each page...it stays in cache, but if you need only bind a grid it's unnecessary. Regards, Lukas Holota "Coskun SUNALI [MVP]" <Coskun (AT) SUNALI (DOT) com> wrote in message news:#ORaDMoRIHA.2208 (AT) TK2MSFTNGP06 (DOT) phx.gbl... Hi Dave, Have you been able to look around using the capabilities of Microsoft Ajax? Putting your GridView inside an UpdatePanel control and firing the refresh (via a Callback) with a basic javascript function that will be called using the "window.opener" object from the popup window... All the best, Coskun SUNALI MVP ASP/ASP.NET http://sunali.com "Dave" <Dave.Burkett (AT) jacobs (DOT) com> wrote in message news:3bb7e24c-4c48-4789-86df-35731e93a9e7 (AT) b40g2000prf (DOT) googlegroups.com... I have an GridView on one page that will open a popup for the selected record. I've been told that there is a way that when the popup record is updated the GridView can be refreshed or Databind. I've been looking for the answer with no luck. I'm probably just not asking the question correctly. Thanks for any assistance. |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |