|
||||
I dont have much experience with aspx too. But how do you do the 1st page?
Make sure there is NO runat=server attribute in the 1st page, and try again? Example: PHP Code:
__________________
webmaster @ http://kongtechnology.com |
|
|||
Hi,
Posting values using POST from one page to another is not possible with aspx (ASP.NET). The aspx engine will automatically change any form action. You can fix this by doing what kpyew said, but if your removing runat=server to an aspx file, your just creating an ASP file with an .aspx file extention. Another thing, in ASP.NET, 'response.write' is no longer used. It will still work, but in ASP.NET, this code has been replaced with a web control called 'literal', or the code: <asp:Literal runat="server"></asp:Literal> Actually, most of the old techniques of ASP have been replaced with Web Controls in ASP.NET. ASP and ASP.NET are two different technologies. ASP.NET doesn't work the same way ASP works (although you can rename an ASP file with and aspx extention and run it on a server with .NET installed - but the code itself isn't aspx). A difference between ASP.NET and ASP is that an ASP.NET page is compiled by the ASP.NET engine before it is sent to the requester, whereas in ASP, this doesn't happen. Another difference is that in ASP.NET, you use web controls to make up the application. In my opinion, ASP.NET was aimed at VB software programmers. Creating a web application with ASP.NET is similar to creating a software application with Visual Basic. |
![]() |
«
Previous Thread
|
Next Thread
»
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| minta tolong | ruslizan | Website Programming | 1 | 04-07-2006 02:31 PM |
| Minta tolong | acid_burn | Website Programming | 15 | 21-07-2005 01:54 PM |
| Tulun Aku.. Camner nak wat user login kat ASPX aaa | thorax_101 | Website Design | 3 | 09-07-2005 10:10 PM |
| minta tolong | alan_rast | Website Programming | 3 | 15-04-2005 01:21 AM |
| ASPX & MySQL | bazet | Website Programming | 5 | 22-10-2004 02:03 AM |
All times are GMT +8. The time now is 03:14 AM.
Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0 vBulletin skin by ForumMonkeys.com.
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0 vBulletin skin by ForumMonkeys.com.











Linear Mode

