Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > How to open aspx file within code ?

Reply
Thread Tools

How to open aspx file within code ?

 
 
hoz
Guest
Posts: n/a
 
      03-18-2005
like
asd = Open.File("asdsad.aspx?sunb="+reqid);
asd.getoutput();



 
Reply With Quote
 
 
 
 
Scott Allen
Guest
Posts: n/a
 
      03-18-2005
Hi hoz:

Look at HttpServerUtility.Execute (you can get a reference to an
HttpServerUtility object with the Server property of a webform).

--
Scott
http://www.OdeToCode.com/blogs/scott/

On Fri, 18 Mar 2005 16:56:21 +0200, "hoz" <> wrote:

>like
>asd = Open.File("asdsad.aspx?sunb="+reqid);
>asd.getoutput();
>
>


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to fire off a completely seperate .aspx page from within an .aspx web page. S_K ASP .Net 1 10-02-2007 12:05 AM
Including an ASPX within an ASPX DeathWeasel ASP .Net 0 05-23-2007 03:52 PM
URGENT: window.open does not render server-side code when aspx file pulled from a resource file Bob Jones ASP .Net 13 02-21-2007 03:18 PM
Referring to a textbox within a web control within an aspx KatB ASP .Net 0 04-22-2005 07:14 PM
How to bring aspx code (in HTML view) to the aspx.vb code-behind? Paolo Pignatelli ASP .Net 6 02-21-2005 01:55 AM



Advertisments