PC Review


Reply
Thread Tools Rate Thread

Data Tranfer

 
 
bbawa1@yahoo.com
Guest
Posts: n/a
 
      11th Jun 2007
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

 
Reply With Quote
 
 
 
 
Alexey Smirnov
Guest
Posts: n/a
 
      11th Jun 2007

<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>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>


 
Reply With Quote
 
Steve C. Orr [MCSD, MVP, CSM, ASP Insider]
Guest
Posts: n/a
 
      12th Jun 2007
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


<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>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
>


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Tranfer of data via v &/or h lookup Swithin Microsoft Excel Worksheet Functions 0 27th Apr 2009 10:09 AM
Similar data tranfer one to another Nur Muhammad Microsoft Access Forms 1 12th Aug 2008 03:26 PM
Tranfer of data in a form Ronny Durenne Microsoft Access 6 25th Mar 2006 10:06 PM
Macros to tranfer data to database =?Utf-8?B?U2NyaWJuZXI=?= Microsoft Excel Misc 1 10th Feb 2005 01:08 AM
Data coping or tranfer for Outlook =?Utf-8?B?dG9wcHJpb3JpdHk=?= Microsoft Outlook Discussion 1 22nd Dec 2004 06:28 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:27 AM.