Hi guys,
I have the following situation
I have a page Page1.aspx which loads a table (Table1) by codebehind from a DataSet. This page has a button which opens a Radwindow
within a second page. I manually modify the dataset from the radwindow page and after that I would like to throw an event (or
something like that) to Page1 in order to update Table1.
Is there any way to achieve this ?
Table1 is a simple table, not any grid
Thanks,
François
I have the following situation
I have a page Page1.aspx which loads a table (Table1) by codebehind from a DataSet. This page has a button which opens a Radwindow
within a second page. I manually modify the dataset from the radwindow page and after that I would like to throw an event (or
something like that) to Page1 in order to update Table1.
Is there any way to achieve this ?
Table1 is a simple table, not any grid
Thanks,
François