473,378 Members | 1,133 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

HOWTO : passing values between ASP.NET applications ?

Well everything is in the title !

Arkam
Nov 18 '05 #1
8 1362
Describing why you want to do that may also help. For now I would say a web
service ? (other options I can think off are using the querystring, or a
shared database if reachable by both apps).

Patrice
"arkam" <ar***@caramail.com> a écrit dans le message de
news:e1**************************@posting.google.c om...
Well everything is in the title !

Arkam

Nov 18 '05 #2

There are several possible methods avaiable, check this articl

http://www.dotnetbips.com/displayarticle.aspx?id=7

HT
Sudhakar Sadasivun
Microsoft .NET MVP, MCSD.ne
http://weblogs.asp.net/ssadasivun
http://www.mugh.ne
----- arkam wrote: ----

Well everything is in the title

Arka

Nov 18 '05 #3

There are several possible methods avaiable, check this articl

http://www.dotnetbips.com/displayarticle.aspx?id=7

HT
Sudhakar Sadasivun
Microsoft .NET MVP, MCSD.ne
http://weblogs.asp.net/ssadasivun
http://www.mugh.ne
----- arkam wrote: ----

Well everything is in the title

Arka

Nov 18 '05 #4
Database server, QueryString, Form Post, HTTP request, Message Queuing
Services, Web Services, Remoting, SMTP, FTP, Telnet, custom socket
application, just to name a few. Use your imagination. The basic principle
is that the one application needs to send a message to the other in some
way.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"arkam" <ar***@caramail.com> wrote in message
news:e1**************************@posting.google.c om...
Well everything is in the title !

Arkam

Nov 18 '05 #5
Well you are right I have to explain a little more :

- One user starts application A.
- application A needs application B and then starts it (via
response.redirect for example)
- the user uses application B
- when finished, application B should bring application A back and
transmit it the result of what the user made
- application A comes again containing the data the user entered in
application B

Any idea ?

"Patrice" <no****@nowhere.com> wrote in message news:<#b**************@tk2msftngp13.phx.gbl>...
Describing why you want to do that may also help. For now I would say a web
service ? (other options I can think off are using the querystring, or a
shared database if reachable by both apps).

Patrice
"arkam" <ar***@caramail.com> a écrit dans le message de
news:e1**************************@posting.google.c om...
Well everything is in the title !

Arkam

Nov 18 '05 #6
Looks like a web service.

I would see something like :
- application A ask B for a value
- if no value available brings up app B (possibly asking first the user)
- once B is closed A can get the value (through a web service)

It may still need some more thoughs (what annoys me a bit is that it's seems
it should be tied together from an UI point of view). How to decide app B
needs to be launched especially if there is a previous result available ?

Can't the user decide to launch B at will ? App A will have the last result
created in B...

Are A and B really distinct apps ? (for example an intranet like application
could use a single data store, making all data available to all "modules" as
needed).
Patrice
"arkam" <ar***@caramail.com> a écrit dans le message de
news:e1**************************@posting.google.c om...
Well you are right I have to explain a little more :

- One user starts application A.
- application A needs application B and then starts it (via
response.redirect for example)
- the user uses application B
- when finished, application B should bring application A back and
transmit it the result of what the user made
- application A comes again containing the data the user entered in
application B

Any idea ?

"Patrice" <no****@nowhere.com> wrote in message

news:<#b**************@tk2msftngp13.phx.gbl>...
Describing why you want to do that may also help. For now I would say a web service ? (other options I can think off are using the querystring, or a
shared database if reachable by both apps).

Patrice
"arkam" <ar***@caramail.com> a écrit dans le message de
news:e1**************************@posting.google.c om...
Well everything is in the title !

Arkam

Nov 18 '05 #7
If you use Response.Redirect, you can attach data to the QueryString of the
URL you are redirecting to.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"arkam" <ar***@caramail.com> wrote in message
news:e1**************************@posting.google.c om...
Well you are right I have to explain a little more :

- One user starts application A.
- application A needs application B and then starts it (via
response.redirect for example)
- the user uses application B
- when finished, application B should bring application A back and
transmit it the result of what the user made
- application A comes again containing the data the user entered in
application B

Any idea ?

"Patrice" <no****@nowhere.com> wrote in message

news:<#b**************@tk2msftngp13.phx.gbl>...
Describing why you want to do that may also help. For now I would say a web service ? (other options I can think off are using the querystring, or a
shared database if reachable by both apps).

Patrice
"arkam" <ar***@caramail.com> a écrit dans le message de
news:e1**************************@posting.google.c om...
Well everything is in the title !

Arkam

Nov 18 '05 #8
"Patrice" <no****@nowhere.com> wrote in message news:<uR**************@TK2MSFTNGP10.phx.gbl>...
Looks like a web service.


No, it is a webservice WITH a GUI !
Nov 18 '05 #9

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

Similar topics

3
by: Simon Harvey | last post by:
Hi, In my application I get lots of different sorts of information from databases. As such, a lot of information is stored in DataSets and DataTable objects. Up until now, I have been passing...
3
by: A Ward | last post by:
I am trying to find a way to have multiple seperate ASP.Net applications where I can response.redirect() to a second web application and pass information. From what I have tried: * HTTP-GET - I...
2
by: Roy | last post by:
Hey all, Is it possible to pass session variables between pages in separate projects? For example: inetpub\thisproject\blah.aspx has a session variable and response.redirects the user to...
19
by: Jaime Stuardo | last post by:
Hi all.. I have created a business logic component that is used from my ASP.NET webform. It works, but connection string to the database is hard coded, as in this method : public DataSet...
4
by: Ray Dukes | last post by:
What I am looking to do is map the implementation of interface properties and functions to an inherited method of the base class. Please see below. ...
8
by: Topper | last post by:
Hello. I have simple web folders structure: -ROOT - BIN WebService.dll WebService.asmx I need to use my WebService.dll not in bin folder - for example, in ROOT. How do i this? How can i do...
1
by: Carly | last post by:
Hi, I work in Visual Basic .NET 2002 using ASP.NET. I am wondering what would be the best way to store/pass variables between pages. (Sessions are sooo simple to use but I hear they are not the...
6
by: Kausar | last post by:
Hello All, How do i pass the value from a page that exists on some domain to another page that exists in subdomain. Regards Kausar
2
by: Pawel | last post by:
Howto: Programmatically serialization Entry Method Parameters ( their values ) ? See example below: public static void C(string Code, string Name) {
13
by: Ben Voigt [C++ MVP] | last post by:
This is more of a C# question than a C++ question, but my best chance of explaining it is via comparison to C++. Ok: In C++ you can forward declare a type. Then references to that type can be...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

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.