Ask a Question related to ASP.NET General, Design and Development.
-
Rory #1
iframe as server control
I would like to know if it is possible to set/save an
iframes content in codebehind. I know that you can set an
iframe to runat server, but when i try to access
the .innerHTML property i get nothing. (i understand that
it is because there actually IS nothing inbetween the
tags).
Is it possible to do this, and if so, how?
Thanks
Rory Guest
-
Using IFRAME in a custom control
I am using an IFRAME in a custom control with src="Popup.aspx" where Popup.aspx is a page in the Web control library. How can I reference this... -
Implementing Control Designer Class for Composite Server Control
I created a custom composite server control with 2 literals and 1 text box. The control displays fine in internet explorer, but doesnt display... -
IFrame control - guidance recommendation
I am a asp.old programmer who after a year of .net is still trying to learn not to use querystrings and form values, and instead always rely on... -
Custom Server Control works on page but not User Control...why?
I'm developing the DevEdit.NET server control (an online HTML editor - www.devedit.com) but there's an extremely bizarre bug. The control runs fine... -
Building a custom control that implement table server control
Hi, I want to create a custom control that implements the table htmlcontrol. In my webform page I want to include that custom control and add... -
Craig Deelsnyder [MVP] #2
Re: iframe as server control
You can access its attributes and set those
myIFrame.Attributes("blah") = "value"
etc......so you could set its source page dynamically
On Tue, 15 Jul 2003 19:52:55 -0700, Rory <rory@vivid-design.com.au> wrote:
> I would like to know if it is possible to set/save an iframes content in
> codebehind. I know that you can set an iframe to runat server, but when i
> try to access the .innerHTML property i get nothing. (i understand that
> it is because there actually IS nothing inbetween the tags).
>
> Is it possible to do this, and if so, how?
>
> Thanks
>
>
--
Craig Deelsnyder
Microsoft MVP - ASP/ASP.NET
Craig Deelsnyder [MVP] Guest
-
Emran Hussain #3
Re: iframe as server control
There is a complete FREE ASP.NET IFrame Control (with Source Code) offered by SpiceLogic at this link :[URL="http://blog.spicelogic.com/post/ASP-NET-IFrame-Control.aspx"] http://blog.spicelogic.com/post/ASP-NET-IFrame-Control.aspx[/URL]
As it comes with Source Code, you can customize or use immediately
Junior Member
- Join Date
- Sep 2010
- Posts
- 1



Reply With Quote

