forum

Home / DeveloperSection / Forums / How to fit Ifrme in mobile browser?

How to fit Ifrme in mobile browser?

anil babu279528-Oct-2013

I want to open that page in mobile browser that Iframe will fit that mobile browser

How can i do this one?

protectedvoidPage_Load(object sender,EventArgs e){String URL = http://www.aspforums.net/;if(!String.IsNullOrEmpty(URL)){ I1.Attributes["src"]= URL;}}<body ><form id="form1" runat="server"><div class="auto-height"><iframe id="I1" runat="server" name="I1"class="auto-height" frameborder="0">your browser does not support IFRAMEs</iframe></div></form></body>

Updated on 31-Oct-2013

Can you answer this question?


Answer

1 Answers

Liked By