473,385 Members | 1,356 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,385 software developers and data experts.

Data Tranfer

I have a classic ASp Page at server. How Can I transfer the data from
classic asp page from server to
a Asp.net (aspx) page.copuld you please provide me coding

Jun 11 '07 #1
2 1031

<bb****@yahoo.comwrote in message
news:11*********************@g37g2000prf.googlegro ups.com...
>I have a classic ASp Page at server. How Can I transfer the data from
classic asp page from server to
a Asp.net (aspx) page.copuld you please provide me coding
test.asp
-------------------------------
<form method=post action="test.aspx">
<input type=text name=text>
<input type=submit>
</form>

test.aspx
-------------------------------
<script language="vb" runat="server">
sub Page_Load(sender as Object, e as EventArgs)
Response.Write(Request.Form("text"))
end sub
</script>
Jun 11 '07 #2
ASP.NET provides a variety of ways to pass data between pages.
I've detailed nearly every technique here:
http://SteveOrr.net/articles/PassData.aspx

--
I hope this helps,
Steve C. Orr,
MCSD, MVP, CSM, ASPInsider
http://SteveOrr.net
<bb****@yahoo.comwrote in message
news:11*********************@g37g2000prf.googlegro ups.com...
>I have a classic ASp Page at server. How Can I transfer the data from
classic asp page from server to
a Asp.net (aspx) page.copuld you please provide me coding
Jun 12 '07 #3

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

Similar topics

4
by: someguy | last post by:
Hi, We are going to be running two SQL Server 2000's from the same physical server, with Windows Server 2003, and I need to have certain tables between them syncronized. Database A is a backend...
3
by: JC Mugs | last post by:
2- Tables Customer & Invoice Customer has typical ID,Name, street, etc Invoice is special type has about 29 fields and needs to import the id, name, street, etc to this table. Save the total...
16
by: Corne' Cornelius | last post by:
Hi, I need to save a (complex) struct which has pointer members, to a file, and load it again later. The actual memory which the pointers point to must be saved, not the memory address. Will...
1
by: vaj | last post by:
Hi everyone, Im not looking to tranfer the datasets on a CE device to a remote server. Tried RDA but my sql server isnt compatible with the version of SQL server CE I have on the device.So what...
3
by: shahla.saeed | last post by:
hi, plzz check my code and let me know where the problem is lying...becuase whenever i try to tansfer the file of 573KB(mp3) it just tranfer few Kb of file(Somtimes 5.2Kb,somtimes 32Kb..every time...
1
by: nandhinir | last post by:
I have an excel sheet that contain one column as in a table in a sql data base. I want to transfer this data from the sheet to the table in the enterprise manager..How to do this...Manual work will...
1
by: arvin09 | last post by:
Please can any one tell me how to tranfer data from word file to asp page
1
by: davidson1 | last post by:
Hai friends, In our college we have oracle database , i need the old records for testing my project , and the old records are in dump file. Now i need to tranfer the data from oracle dump file...
2
by: Dale Harris | last post by:
Hi, I was wondering, is there a difference between Server.Transfer and Response.Redirect? They seem to do the same thing. Or am I mistaken? TIA ** Posted from http://www.teranews.com **
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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: 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
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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.