943,913 Members | Top Members by Rank

Ad:
  • ASP Discussion Thread
  • Unsolved
  • Views: 1489
  • ASP RSS
Sep 20th, 2006
0

Problem about 'INSERT' in sql-ado

Expand Post »
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
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
2bejiw is offline Offline
5 posts
since Sep 2006
Sep 25th, 2006
0

Re: Problem about 'INSERT' in sql-ado

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
ASP Syntax (Toggle Plain Text)
  1. "Request.QueryString("pro_id")"
  2. or
  3. "Request.Form("pro_id")"
Reputation Points: 10
Solved Threads: 5
Junior Poster
madmital is offline Offline
119 posts
since Jun 2005

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in ASP Forum Timeline: User login Check
Next Thread in ASP Forum Timeline: Display Search Results as Hyperlinks to Records





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC