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

multithreading - Exception in Application constructor -

React Native allow user to reorder elements in a scrollview list -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -