473,491 Members | 2,205 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

How can I communicate with a WebPage?

How can I send and receive information to a webpage? Something along these
lines...
//Send data to page
SendVars.Url(http://www.mydomain.com?report=yes&var=2);

//Get data from page
GetVars.Url('http://www.mydomain.com', string report, int var);

Nov 16 '05 #1
3 1257
Not sure what you are asking. You can definitely use the
HttpWebResponse/HttpWebRequest classes to request a webpage, however, the
content will be text based (such as HTML) which will need to be parsed.

"Keith Smith" <ke*********@verizon.net> wrote in message
news:Z_kXd.81740$wc.60106@trnddc07...
How can I send and receive information to a webpage? Something along these lines...
//Send data to page
SendVars.Url(http://www.mydomain.com?report=yes&var=2);

//Get data from page
GetVars.Url('http://www.mydomain.com', string report, int var);

Nov 16 '05 #2
You are looking to find out how to pass down parameters from one page to
another?
If so then you need to do:
Request.QueryString["report"].ToString() // to get the report variable
..... and so on
--
in**@dowhileloop.com
http://dowhileloop.com
http://publicjoe.dowhileloop.com -- .NET Tutorials

"Keith Smith" <ke*********@verizon.net> wrote in message
news:Z_kXd.81740$wc.60106@trnddc07...
How can I send and receive information to a webpage? Something along these lines...
//Send data to page
SendVars.Url(http://www.mydomain.com?report=yes&var=2);

//Get data from page
GetVars.Url('http://www.mydomain.com', string report, int var);

Nov 16 '05 #3
Keith,

Using a webpage to exchange data is always a problem, when there is one
little bit changed in that page you have a problem.

However there is a greath solution created for that WebServices.

I hope this helps

Cor
Nov 16 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
6263
by: Edward C. Jones | last post by:
I have a program named "octave" (a Matlab clone). It runs in a terminal, types a prompt and waits for the user to type something. If I try # Run octave. oct = subprocess.Popen("octave",...
1
1702
by: Qumer Mumtaz Goraya | last post by:
Hi How can I communicate between IE and an other application.I am able to communicate between two applications of mine but confused how to do this with IE.I just wanna know how IE get the shared...
5
1358
by: Neil | last post by:
I am aiming to creat an ASP.NET webpage that will communicate with a database on the users computer. the user will go to my site, select his db from his computer and my webapge will run an algorithm...
1
1120
by: sam | last post by:
Hi, How can I use XMLHttpRequest communicate from webpage to another? Currently I have a left/right frames, when the submit button pressed (item is added to the database), the left frame should...
2
1264
by: hardieca | last post by:
Good afternoon, I have developed an HTML parser in C#. I would like to be able to use this parser in Frontpage to do some validation checks before a webpage is saved. My issue is that we do...
0
1109
by: Paul Moore | last post by:
I've just hit an annoying corner case in the subprocess module. I'm trying to run a process, pass it some input and capture output and error data: cmd = p = Popen(cmd, stdin=PIPE, stout=PIPE,...
6
3172
by: Mike9900 | last post by:
How can I connect my .NET app which use remoting to communicate over internet, 2 instance of the same app? My app is already done using .NET Remoting. I am wondering if to change them to WCF or...
2
2098
Markus
by: Markus | last post by:
Would you be able to point me in the direction of resources/tutorials I can use to get me started with communicating between a webpage and a C# app. The idea of the app will be to check a user given...
1
2774
by: meskeleton | last post by:
Hello everyone... When i try to access the site helm.manashosting.biz\ or http:\\69.50.194.212:8086\ The webpage does not display On clicking diagnose the problem link, It says cannot...
0
7115
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
6978
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
7154
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
7190
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
7360
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
5451
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
4881
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
4578
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
3086
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...

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.