473,793 Members | 2,927 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

How to send data from an ASP form to a visual basic form?

How to send data from an ASP form to a visual basic form?

Please help
Jul 21 '05 #1
4 1919
please be more specific. What server is the asp app running on? Is the vb
app on a different machine or on the same machine? What business problem
are you trying to solve? What have you tried already?
--- Nick

"Kurien Baker Fenn" <Ku************ *@discussions.m icrosoft.com> wrote in
message news:AC******** *************** ***********@mic rosoft.com...
How to send data from an ASP form to a visual basic form?

Please help

Jul 21 '05 #2
Hello Nick,
Thank you for responding to my mail.i am using IIS and the vb
application is on the same system.what i want to do is i want to generate an
excel report from the datas provided by the user in the asp form.hope this
will be able for you to solve my query.
"Nick Malik" wrote:
please be more specific. What server is the asp app running on? Is the vb
app on a different machine or on the same machine? What business problem
are you trying to solve? What have you tried already?
--- Nick

"Kurien Baker Fenn" <Ku************ *@discussions.m icrosoft.com> wrote in
message news:AC******** *************** ***********@mic rosoft.com...
How to send data from an ASP form to a visual basic form?

Please help


Jul 21 '05 #3
"Kurien Baker Fenn"
<Ku************ *@discussions.m icrosoft.com> wrote:
Hello Nick,
Thank you for responding to my mail.i am using IIS and the vb
application is on the same system.what i want to do is i want to generate an
excel report from the datas provided by the user in the asp form.hope this
will be able for you to solve my query.
"Nick Malik" wrote:
please be more specific. What server is the asp app running on? Is the vb
app on a different machine or on the same machine? What business problem
are you trying to solve? What have you tried already?
--- Nick

"Kurien Baker Fenn" <Ku************ *@discussions.m icrosoft.com> wrote in
message news:AC******** *************** ***********@mic rosoft.com...
> How to send data from an ASP form to a visual basic form?
>
> Please help



Write the data to a file in a common directory
use a FileSystemWatch er

NET Framework Class Library FileSystemWatch er Class
http://msdn.microsoft.com/library/de...classtopic.asp

A.) in the running Windows Forms application to detect the
appearance of a new file and load it.

B) in a Windows Service to launch the Windows Forms
application specifying the file as command-line argument. If
the Windows Forms application is already running notify the
Windows Form application by an alternative means.

Alternately you could use .NET remoting to directly send
data from the ASP.NET application to the Windows Forms
Application/Windows Service (acting as the remoting host) -
however the file solution is simpler and isn't as likely to
"lose" data because the receiving end isn't listening.
Jul 21 '05 #4
Hi Kurien,

Is the user uploading an excel spreadsheet, or are they just entering data?
If they are entering data, are they entering it into a database via your
ASP.NET app? If so, use the database as the common point of control. Have
your VB app poll for new data (send queries that return TRUE if new data
exists). Simply reload your excel spreadsheet when the new data arrives.

--- Nick

"Kurien Baker Fenn" <Ku************ *@discussions.m icrosoft.com> wrote in
message news:9F******** *************** ***********@mic rosoft.com...
Hello Nick,
Thank you for responding to my mail.i am using IIS and the vb
application is on the same system.what i want to do is i want to generate an excel report from the datas provided by the user in the asp form.hope this
will be able for you to solve my query.


Jul 21 '05 #5

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

Similar topics

0
2351
by: Ann Morris | last post by:
INTRODUCTION One of the most powerful aspects of .NET and Windows Forms is data binding. Data binding is the process of associating user interface (UI) elements with a data source to generate a visual representation of data. Two types of data binding are available for Windows Forms: Simple Data Binding and Complex Data Binding. Simple data binding allows you to bind one data element to a control. In many situations you want to display...
13
7539
by: MLH | last post by:
I want to send 2 reports using SendObject. Something like this would do nicely... DoCmd SendObject A_REPORT, "rpt1";"rpt2", A_FORMATRTF, MyRecip, , , MySubject, MyBodyText, 0 ....except for the fact that this syntax won't compile. Suggestions?
8
25406
by: Jerry | last post by:
I have an off-the-shelf app that uses an Access database as its backend. One of the tables contains a field with an "OLE Object" datatype. I'm writing some reports against this database, and I believe this field contains data I need. When I view the table in datasheet view, all I can see in this field is the string "Long binary data". So, I've got the problem of needing to extract data from this field, but I don't know what format...
9
2635
by: the_grove_man | last post by:
I guess my question can go in two directions. I create applications that run multiple queries against a database. Generally speaking in the past I have used a Data Control (calling it dat1) making it invisible and have used this whenever i needed it. dat1.databasename = app.path & "mydatabase.mdb" dat1.recordsource = "my query" dat1.refresh
5
2887
by: rogsonl | last post by:
My computer was moved last week, and the company changed the network groups we work on. As a result, one of the main benefits from Whidbey (database connectivity) no longer works. Situation: 1. I open a new project based on a windows form 2. I click on "data" and then "Add New Data Source" then I click on next within the wizard 3. I have 3 choices Database, Local Database, Web service and Object. 4. I choose Database, click next and get...
15
5087
by: http://www.visual-basic-data-mining.net/forum | last post by:
Does anyone have any idea how to transferring data from TextBox1 in form1 to textBox2 in form2..... That means after i fill in any data in textBox1 and click Next button... It will bring me to form2....and there the data that i key in form1 will appear to form2 in textbox2 Thanks
13
3942
by: Lee Newson | last post by:
Hi, I have just written my first application using VB.NET. The app works fine when i am running it within .NET for debugging purposes, however when i try to run the app from the .exe file that .NET creates i get the following error message: "An unhandled exception of type 'System.IO.FileNotFoundException' occurred in VisioTimeline.exe
3
361
by: Kurien Baker Fenn | last post by:
How to send data from an ASP form to a visual basic form? Please help
5
12868
sid0404
by: sid0404 | last post by:
Hi I am new to the visualstudio.net I am trying to develop an application which requires me to send data to a HTML webpage - http://patft.uspto.gov/netahtml/PTO/search-bool.html and the user sendsd the data to the webpage and receives the response to that particular values from the webpage. I am trying to use httpwebrequest for this purpose, but I am receiving errors, kindly let me know where I am going wrong. When I llok at the...
0
9518
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10211
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10000
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9033
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7538
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6776
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5436
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4111
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2917
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 can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.