473,498 Members | 1,873 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Call to 3rd page from code behind

10 New Member
Hi all.

I want to accomplish the following.

protected void LinkButton2_Click(object sender, EventArgs e)
{

Label1.Visible = true;
}
Aug 24 '07 #1
7 992
vinci
62 New Member
Hi all.

I want to accomplish the following.

protected void LinkButton2_Click(object sender, EventArgs e)
{

Label1.Visible = true;
}
i guess u want to redirect to the 3rd page..

u can do so by doing this:

Expand|Select|Wrap|Line Numbers
  1. Response.Redirect("page3.aspx"); //include this in the event click
Aug 24 '07 #2
darkcode
10 New Member
Hi thank you for your answer.
I want something similar to response.redirect but I don't want the user to see this "new page" as it should just be called in the code behind to send some data to a different server.

Server 1 contains a webpage, when a user makes a certain choice on this webpage, information is passed on to Server 2 to store some information in a log. (Server 2 is old and uses asp 2.0 pages so they only accept querystrings as input)
The user should be unaware of the call to server2 so it should be something like server.execute, but this dosn't seem to handle calls to different servers (Domains)

All that is required is that the server makes a simple http request.. hmmm
Aug 24 '07 #3
vinci
62 New Member
Hi thank you for your answer.
I want something similar to response.redirect but I don't want the user to see this "new page" as it should just be called in the code behind to send some data to a different server.

Server 1 contains a webpage, when a user makes a certain choice on this webpage, information is passed on to Server 2 to store some information in a log. (Server 2 is old and uses asp 2.0 pages so they only accept querystrings as input)
The user should be unaware of the call to server2 so it should be something like server.execute, but this dosn't seem to handle calls to different servers (Domains)

All that is required is that the server makes a simple http request.. hmmm
i see.. u have two different server... also do you have also two different web app? lets say WebApp1 send info to WebApp2? or u have 1 Web App and involved is webPage1 and webPage2,,,, so webPage1 send info to webPage2???

sorry, because i still dont understand what u are trying to do....

tnx!
Aug 24 '07 #4
darkcode
10 New Member
Hi

Yes, it's two different webb apps

I think I can use this http://authors.aspalliance.com/stevesmith/articles/netscrape2.asp

that should make a request to the second server.. and if I don't dispaly the data from that server the user of app 1 should not be aware that info have been sent to app 2
Aug 24 '07 #5
Atli
5,058 Recognized Expert Expert
Check out my response in the duplicate thread.

Please do not double post your questions.
Read the Posting Guidelines before posting.
Aug 24 '07 #6
darkcode
10 New Member
I found the solution with these two lines of code

WebClient myClient = new WebClient();
myClient.DownloadString(url);

but it's a bit slow as the user have to wait for the call to be made..
anyone know anything about how to put these two lines in a separate thread?
Aug 24 '07 #7
Shashi Sadasivan
1,435 Recognized Expert Top Contributor
Cool...
this is what i was searching abt 4 months ago.
this is the site you need ... :)
http://www.codeproject.com/csharp/AsyncMethodInvocation.asp
Aug 24 '07 #8

Sign in to post your reply or Sign up for a free account.

Similar topics

8
4821
by: Jade | last post by:
I saw some web page saying I could do it this way in javascript: var iNumber = <%#publicvarname publicpropertyname %> but it doesn't seem to work. I have this piece of code here in...
1
5299
by: Nevyn Twyll | last post by:
I have a DataList; in the DataList's , I have a LinkButton and a few listboxes. When the LinkButton is pressed, I need to get the ID of the selected item in one of the Listbox controls. Then I...
6
11264
by: martin | last post by:
Hi, I am a web page and a web user control. My web user control is placed in my web page using the following directive <%@ Register TagPrefix="uc1" TagName="Header"...
1
1393
by: Hartmut Schroth | last post by:
Hi, is it possible to call a Windows function from VB code behind an aspx page? Shell seems not to work?? Task: I want to execute an SQL script for SQL Server and want to avoid to be forced to...
6
12260
by: grist2mill | last post by:
I want to create a standard tool bar that appears on all pages that is a control. The toolbar has a button 'New'. What I wolud like when the user clicks on 'New' depends on the page they are on. I...
7
2521
by: J-T | last post by:
I have a user control called "Test1" with two button on it ,one is input and the other one is a server control as follow: <input type="button"...
3
13595
by: anadimpa | last post by:
Hello all I build a javascript function string in the code behind and register it in the Page_Load of my User Control. I do this because I build the javascript based on some variables that are...
1
1437
by: momo | last post by:
Okay guys, I have this one problem and I admitted I am a novice at this. This is a Code Behind in an aspx page. You will see where I have the plus signs below in SecureQueryString2.vb where I am...
4
38628
by: sajithkahawatta | last post by:
i want to call a java script function from code behind. in page1.aspx page i placed script' <script language="javascript"> function SetSelected() { infoTextBox.select(); } </script>
1
9131
by: Mike | last post by:
I have an web page (page1.aspx) that has a method in the code behind that I want to call from another page. Is this possible to do? The method resides in the page1.aspx.cs file, its a public...
0
7125
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7004
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7167
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7379
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5464
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
4915
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4593
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3095
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
292
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.