two iframes concept in c# -


i have 2 iframes in home page. 1 iframe contain sidebar iframe has treeview, content of respective treeview onclick.each treeview onclick has different page link dynamically.

now want display page in content iframe on treeview(which in iframe in same page)on click. has done on code behind.

thank you.

clientscript.registerstartupscript(gettype(), "load", "window.parent.location.href = 'workdetailsmilestonesubmilestonemapping.aspx'; ");

this code behind using. if use not targeting iframe, instead replace home page


Comments

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -