|
|
 |
| General .NET For general discussion of MICROSOFT .NET topics that don't fall within any of the other .NET forum subcategories or .NET language forums. If your question is specific to a language (C# or Visual Basic) or type of application (Windows Forms or ASP.Net) try an applicable forum category.
** PLEASE BE SPECIFIC WITH YOUR QUESTION **
When posting here, provide details regarding the Microsoft .NET language you are using and/or what type of application (Windows/Web Forms, etc) you are working in, if applicable to the question. This will help others answer the question without having to ask. |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the General .NET section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
|
 |

November 10th, 2004, 04:25 AM
|
|
Registered User
|
|
Join Date: Nov 2004
Location: Bangalore, Karnataka, India.
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Client Side equivalnet code for Server.Execute()
Hi All,
I am using vbscript in my asp.net application for doing all client side operations.My specific requirement is that i want to execute an aspx page from client side without opening it in the browser. From the server side i am able to do it using "Server.Execute()" function, is there any equivalent function available for client side?.
Expecting help...
Thanks in advance,
Sujith Manuel.
Sujith Manuel
__________________
Sujith Manuel
|

November 10th, 2004, 09:51 AM
|
 |
Friend of Wrox
Points: 16,368, Level: 55 |
|
|
Join Date: Aug 2003
Location: Clifton Park, New York, USA.
Posts: 5,394
Thanks: 0
Thanked 2 Times in 2 Posts
|
|
What are you hoping to acheive? Any object that you can provide a URL too (such as the browser itself) can "execute" a page. You can make a hidden frame (either with a frameset or with an iframe) that you can give a URL too. Then you can scrape the output of it with javascript. Explain more about what you are trying to do and we may be able to give you a better recommendation.
|

November 10th, 2004, 11:32 AM
|
|
Friend of Wrox
|
|
Join Date: Sep 2004
Location: , , India.
Posts: 140
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
True why u need the whole aspx page to be executed u can execute some code on server if u neeed
|

November 10th, 2004, 04:29 PM
|
|
Authorized User
|
|
Join Date: May 2004
Location: , , USA.
Posts: 24
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
From IE 5.0 and up you can use the XMLHttp activeX object and call any ASP.
The ASP can return a string or XML you can parse at the client.
SS
|

November 16th, 2004, 02:32 AM
|
|
Registered User
|
|
Join Date: Nov 2004
Location: Bangalore, Karnataka, India.
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
quote:Originally posted by DARSIN
True why u need the whole aspx page to be executed u can execute some code on server if u neeed
|
Actually i want to execute some C#.net code at server side and this code shall put some data in client cookies. but this shall be done only if the browser opens the corresponding page. that is the reason why i am trying to do it in client side.
Is there any other way to execute .net code from client side.
Thanks in advance,
Sujith Manuel.
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
 |