Refresh/Databind a GridView on another page

  • Thread starter Thread starter Dave
  • Start date Start date
D

Dave

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.
 
Dave,

I think the easiest way to do this would be to have the original page
refresh itself when you submit the request on the popup.
 
Wow...Merry Christmas to Dave from Nicholas! That sounds exactly like
what I want to do. To be honest, I wasn't expecting an answer on
this. Can you elaborate a bit more though?




Dave,

    I think the easiest way to do this would be to have the original page
refresh itself when you submit the request on the popup.

--
          - Nicholas Paldino [.NET/C# MVP]
          - (e-mail address removed)




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.- Hide quoted text -

- Show quoted text -
 
Back
Top