Skip to Content
0
Former Member
Mar 14, 2008 at 12:41 PM

Loading iViews Conditionally on the same page

22 Views

Hi Friends,

I have the following requirement...

A page contains 3 iViews. if i click on any iView whole page is loading again, which i need to avoid. how the iViews are reloaded on conditional basis, i mean if the one iView is clicked its target iview only should be loaded.not the whole page.

I am not using iFrames.

in details please read and reply any solution.

I have two 3 iViews for ex: iViewA, iViewB, iViewC

I have page Page1.

three iViews are placed on two Pages as follows:

Page1 Contains : iViewA and iViewB , iView C

Page2 contains: iViewB and iViewC.

my requiremet is suppose when open Page1

initially all the iViews are loaded.

iViewA has link to iVIewB,

iViewA Contains persons and departments.

iViewB contains details of the person clicked on iViewA.

iViewC is some search iView.

if i click on Person of the iVIewA then iViewA and iVIewB should get loaded and but not iViewC.

if i click on Department of the iViewA then only iViewA should get reloaded with the details but not iViewB and iVIewC.

please guide me how can i implement it.

if you have sample code then send me to chandra.vippena@gmail.com

Thanks in Advance...

Regards,

Chandra

Edited by: Chandra on Mar 17, 2008 12:27 PM