charan sri

charan sri

  • NA
  • 10
  • 21.5k

using of iframes inside the onclick event

Aug 2 2012 12:16 AM
hi,
I am using ASP.NET MVC3 and kendoUI framework.

 I have three views in my splitter in left-pane,center-pane and right-pane.

I have loaded left-pane and center-pane  and right-pane views inside the splitter using iframes .

The view which is in my center-pane contains a button "details",when i click on this button the corresponding details has to display on the view page which is in the right-pane.

Any suggestions..