I have created a page which contains 2 grid and other controls.
There is a button which is used to update one grid but on the basis of grid one which contains key column.page Default.aspx
My problem is that i want that only grid 2 will be update which get data from another form that is pop up when i click ADD button about the this grid. This form contains one combo box, list box, save button and a grid.
I have used datatable to store the selected contents selected by the user in this form (Page ADetails.aspx)
Now i want to update that 2 grid(Page Default.aspx) from that datatable. but if i refresh whole page all the content of this page is refreshed but i want to update that 2 grid only from DataTable of ADetails.aspx page that i have stored in session variable.
How can i do this plz give me solution for this problem sooooooon!!
There is a button which is used to update one grid but on the basis of grid one which contains key column.page Default.aspx
My problem is that i want that only grid 2 will be update which get data from another form that is pop up when i click ADD button about the this grid. This form contains one combo box, list box, save button and a grid.
I have used datatable to store the selected contents selected by the user in this form (Page ADetails.aspx)
Now i want to update that 2 grid(Page Default.aspx) from that datatable. but if i refresh whole page all the content of this page is refreshed but i want to update that 2 grid only from DataTable of ADetails.aspx page that i have stored in session variable.
How can i do this plz give me solution for this problem sooooooon!!
Comment