| | |
Using Framesets
Please support our ASP.NET advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Oct 2006
Posts: 9
Reputation:
Solved Threads: 0
Hello Im using Framesets In one of the frames
the frame is used to gets a string of html characters The string is called StrResponse
displays the html in the input frame GetURl.aspx
but I want the string displayed in <FRAME SRC="C:\test2.html" NAME="displayFrame"> any ideas
ASP.NET Syntax (Toggle Plain Text)
<FRAME SRC="GetURL.aspx" NAME="inputFrame">
ASP.NET Syntax (Toggle Plain Text)
Response.Write(strResponse)
but I want the string displayed in <FRAME SRC="C:\test2.html" NAME="displayFrame"> any ideas
•
•
Join Date: Mar 2007
Posts: 4
Reputation:
Solved Threads: 0
•
•
•
•
Hello Im using Framesets In one of the frames
the frame is used to gets a string of html characters The string is called StrResponseASP.NET Syntax (Toggle Plain Text)
<FRAME SRC="GetURL.aspx" NAME="inputFrame">
displays the html in the input frame GetURl.aspxASP.NET Syntax (Toggle Plain Text)
Response.Write(strResponse)
but I want the string displayed in <FRAME SRC="C:\test2.html" NAME="displayFrame"> any ideas
•
•
Join Date: Mar 2007
Posts: 4
Reputation:
Solved Threads: 0
Well... since the display frame source is a different file... you will not be able to execute the ASPX page's code in it.
Actually... since the display frame is an HTML file, it cannot execute server side code at all, period.
The code too on the ASPX page is a part of the page class(or partial class in .NET 2.0) and is internal to that class.
My guess is that you need to ditch the frames altogether. They are not designed to implement the solution you seek.
Actually... since the display frame is an HTML file, it cannot execute server side code at all, period.
The code too on the ASPX page is a part of the page class(or partial class in .NET 2.0) and is internal to that class.
My guess is that you need to ditch the frames altogether. They are not designed to implement the solution you seek.
![]() |
Similar Threads
- Previewing PHP frameset files in browser (PHP)
- dates and libraries (Java)
- Site design problem (HTML and CSS)
- Replacement Site - Old Links? (Site Layout and Usability)
Other Threads in the ASP.NET Forum
- Previous Thread: please anybody to help Dropdownlist selected index problem
- Next Thread: Create Full Mail System
| Thread Tools | Search this Thread |
.net 2.0 3.5 activexcontrol advice ajax alltypeofvideos asp asp.net bc30451 bottomasp.net browser businesslogiclayer button c# c#gridviewcolumn checkbox child click commonfunctions compatible confirmationcodegeneration content contenttype countryselector courier css dataaccesslayer database datagrid datagridview datagridviewcheckbox datalist deadlock development dgv dropdownlist dropdownmenu edit expose feedback flash flv form formatdecimal forms formview gridview homeedition iframe iis javascript jquery list listbox login menu microsoft mono mouse mssql multistepregistration nameisnotdeclared news numerical objects order panelmasterpagebuttoncontrols problem radio ratings rotatepage save schoolproject search security serializesmo.table silverlight smartcard sql-server sqlserver2005 suse textbox tracking typeof unauthorized validation vb.net video videos virtualdirectory vista visual-studio visualstudio web webarchitecture webdevelopemnt webservice xml youareanotmemberofthedebuggerusers





