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
Post a Comment