yogi
unread,Apr 12, 2008, 1:42:35 AM4/12/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting
hi cerebrus
thanks for your reply
but your given code dosen't work in content pages of
asp.net 2.0
i was tride this code before. for e.g.
1>in code behind :
HtmlControl frame4 = (HtmlControl)this.FindControl("frame1");
frame4.Attributes["src"] = "
http://gmeail.com";
2>frmae code in html :
<iframe id="frame1" runat="server" width="100%" height="100%" >
</iframe>
the above code showing me an error as object referance not set
an instance of an object
please tell me how i assign as src attribute to iframe from codebehind
in content pages of
asp.net 2.0
thanks in advance