pkb2
-
Total Posts
:
1
-
Reward points
:
0
- Joined: May 09 '03
-
Status: offline
|
passing values from HTML form to SQL Server
Sun. May 11, '03 11:50 PM
( permalink)
I am new to asp and xml, and im currently tring to pass a value from my txtbox to see if it matches a value in my customers table in SQL. I was also wondering is it possible to send values to the server only using html and xml? Or is this where asp is used to send values to the server?
|
|
|
|
FreddyD
-
Total Posts
:
835
-
Reward points
:
41220
- Joined: Mar 02 '02
- Location: Louis Lake
-
Status: offline
|
RE: passing values from HTML form to SQL Server
Mon. May 12, '03 6:27 AM
( permalink)
ORIGINAL: pkb2 I am new to asp and xml, and im currently tring to pass a value from my txtbox to see if it matches a value in my customers table in SQL. I was also wondering is it possible to send values to the server only using html and xml? Or is this where asp is used to send values to the server? I don' t think so. You need ASP to get the form value and pass it to SQL server for validation (ADO).
|
|
|
|