From: aspfun via DotNetMonster.com on
Is it possible of using javascript to check data in SQL server?
User inputs a order ID into a text box, I need to code to see if ID is in SQL
server before submit.

--
Message posted via DotNetMonster.com
http://www.dotnetmonster.com/Uwe/Forums.aspx/asp-net/201003/1

From: Gregory A. Beamer on


"aspfun via DotNetMonster.com" <u53138(a)uwe> wrote in message
news:a5d5efdbdc749(a)uwe...
> Is it possible of using javascript to check data in SQL server?
> User inputs a order ID into a text box, I need to code to see if ID is in
> SQL
> server before submit.

Directly? Not on your life.

Indirectly? It is called AJAX (Asynchronous JavaScript and XML).

--
Peace and Grace,
Greg

Twitter: @gbworld
Blog: http://gregorybeamer.spaces.live.com

************************************************
| Think outside the box! |
************************************************