Hello,
I have one page suppose Test.aspx in which I have used 6 Iframe.in each IFrame I have one Page (each page is showing either Chart or Radgrid).
See One Of IFrame has page(Suppose Home.aspx) through which RadGrid is Binded,I have one of column of RadGrid is LinkButton,In LinnkButton Click I am opening one RadWindow, Everything is fine till this point,My Popup has one button Update on Update Button I have called Javascript in script I called above function.
I have one page suppose Test.aspx in which I have used 6 Iframe.in each IFrame I have one Page (each page is showing either Chart or Radgrid).
See One Of IFrame has page(Suppose Home.aspx) through which RadGrid is Binded,I have one of column of RadGrid is LinkButton,In LinnkButton Click I am opening one RadWindow, Everything is fine till this point,My Popup has one button Update on Update Button I have called Javascript in script I called above function.
GetRadWindow().BrowserWindow.CallBackDisFunctionDept(status);
Due to this function This opened Radwindow is closed Automatically and Called CallBackDisFunctionDept function which is written under Test.aspx page On that function I am calling Button Click button due to call that Button Click function that Text.aspx page is refreshed and all the IFrame in that page is also refreshed .
But I don't want that It should work like that,I want to Refresh only that IFrame through whose Linkbutton Radwindow was opened.
But At this Time Whole Page is going to refresh.I am not able to postback to only that page Home.aspx from Radwindow..It does not working.
Hope I'll get Solutions soon.
Thanks