Link Button IFRAME
-
Hello, Using a LinkButton how can I ReLoad or Navigate to a different page in an IFRAME. Thank you for the help. RB
-
Hello, Using a LinkButton how can I ReLoad or Navigate to a different page in an IFRAME. Thank you for the help. RB
What you might need to do is to write a simple client side script block to get reference to the iframe[^], then set the
src
property to another page. You can attach this block to the LinkButton using theOnClientClick
if you are using the ASP.NET 2.0 or the Attributes collection if you are using the version 1.x. -
What you might need to do is to write a simple client side script block to get reference to the iframe[^], then set the
src
property to another page. You can attach this block to the LinkButton using theOnClientClick
if you are using the ASP.NET 2.0 or the Attributes collection if you are using the version 1.x.Thanks for the tip. You got my wheels spinning and I figured it out. Thanks again. RB;P