RE: ADO.NET via Javascript

From: Tampa .NET Koder (TampaNETKoder_at_discussions.microsoft.com)
Date: 07/16/04


Date: Thu, 15 Jul 2004 21:56:02 -0700

I you could have done this with JavaScript there would be no need for server side code (ie ASP.NET). You would most likely have to write an ActiveX control or a Java Applet. My suggestion, stick with asp.net. Every technology has its drawbacks, unfortunately, this is a draw back of web applications and server side programming.

"Angel" wrote:

> Is there any code out there that explains how to perform a connection to a SQL Database and returning a Dataset using Javascript. Unfortunately all the examples on MSDN are C++, C#, and VB.NET.
>
> I'd like to perform certain functions on the client without having to send the entire page to the server...
>
> thanks