Skip to content Skip to sidebar Skip to footer

How To Set Value Of A Parent Gridview Control From Popup?

I have a GridView which has a control .say a LinkButton when i click on this LinkButton(of parent page's GridView) I am opening a popup which also has a GridView and a column with

Solution 1:

There are two ways to change some values on the parent page grid.

  1. Just access the parent page * DOM Element on java script and change it.
  2. another is pass data on to parent page using query string while closing the popup. and onload of parent page you can change whatever you want

Post a Comment for "How To Set Value Of A Parent Gridview Control From Popup?"