| | |
Problem about 'INSERT' in sql-ado
Please support our ASP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
i have 1 page for submit this code
-----------------------PAGE1.ASP-----------------------------------------
SEND DATA pro_id by using from to PAGE2.ASP
----------------------- PAGE2.ASP-----------------------------------------
<input name="pro_id" type="text" id="pro_id" value="<%=pro_id%>" disabled="1">
-----------------------------------------------------------------------------
PAGE2 SUBMIT TO PAGE3.ASP
BUT page3 doesn't get a data from PAGE2.ASP
i don't know why
how can i do ..............................................................................
.................................................................................................
PS. variable pro_id. i have recieve from another page ...
and i want to submit this from to next page
for insert that data into my database.
but it can't .... computer dosen't recieve my from
-----------------------PAGE1.ASP-----------------------------------------
SEND DATA pro_id by using from to PAGE2.ASP
----------------------- PAGE2.ASP-----------------------------------------
<input name="pro_id" type="text" id="pro_id" value="<%=pro_id%>" disabled="1">
-----------------------------------------------------------------------------
PAGE2 SUBMIT TO PAGE3.ASP
BUT page3 doesn't get a data from PAGE2.ASP
i don't know why
how can i do ..............................................................................
.................................................................................................
PS. variable pro_id. i have recieve from another page ...
and i want to submit this from to next page
for insert that data into my database.
but it can't .... computer dosen't recieve my from
•
•
Join Date: Jun 2005
Posts: 107
Reputation:
Solved Threads: 3
You should post more code.
But from the code given the problem could be that
"<%=pro_id%>" means "write out the value of a local variable.
Since this variable is passed from a previous page, it most likely should be
But from the code given the problem could be that
"<%=pro_id%>" means "write out the value of a local variable.
Since this variable is passed from a previous page, it most likely should be
ASP Syntax (Toggle Plain Text)
"Request.QueryString("pro_id")" or "Request.Form("pro_id")"
Web Developer
When something seems too good to be true...it usually is
When something seems too good to be true...it usually is
![]() |
Similar Threads
- Insert into sql database (ASP.NET)
- Problem with query. (MS SQL)
- Problem with URL access to SQL Server 2000 db (RSS, Web Services and SOAP)
- VB and MS-sql 2000 data navigation (Visual Basic 4 / 5 / 6)
- ADO data control problem (Visual Basic 4 / 5 / 6)
- Rows not added correctly when using 'INSERT' (PHP)
Other Threads in the ASP Forum
- Previous Thread: User login Check
- Next Thread: Display Search Results as Hyperlinks to Records
| Thread Tools | Search this Thread |
archive asp asp.net aspandmssqlserver2005 aspandmssqlserver2005connection aspconnection connection database databaseconnection diagnostics dreamweaver excel fso iis microsoft msmsql mssql2005 mssqlserver2005 mssqlserver2005andasp mssqlserverandasp opentextfile record searchbox selectoption server single specfic sqlserver sqlserverconnection toolkit webserver windows7





