Hi
I have 3 tabs and 3 grids in each tab..
in first grid i have a deleted button column where in i delete the rows..
dependidng on the deletion i should refresh other two grids with appropriate data..
since it is using ajax it is not reloading the page.. first page rows are delted perfectly but the other two are not refreshing..
i have code to reload the other tow grids in grid_DeleteCommand event.. and even i am doing the databinding too..
i tried to Rebind() also.. but no use
is there any way i can reload the other two grid without post back.?
or is there anyway that i should reload the page in deletecommand event?
Please help
Thanks
-Krishna
I have 3 tabs and 3 grids in each tab..
in first grid i have a deleted button column where in i delete the rows..
dependidng on the deletion i should refresh other two grids with appropriate data..
since it is using ajax it is not reloading the page.. first page rows are delted perfectly but the other two are not refreshing..
i have code to reload the other tow grids in grid_DeleteCommand event.. and even i am doing the databinding too..
i tried to Rebind() also.. but no use
is there any way i can reload the other two grid without post back.?
or is there anyway that i should reload the page in deletecommand event?
Please help
Thanks
-Krishna