Merhabalar, bu yazımızda ASP.NET iframe kullanımı ile ilgili basit bir örnek yapacağız.
Kaynak Kodu İndir
iframe_kullanimi.aspx :
<iframe id=”pencere” name=”pencere” runat=”server” style=”width:500px; height:500px;” ></iframe>
iframe_kullanimi.aspx.cs :
pencere.Attributes[“src”] = “http://www.harunkor.com.tr/”;