views:

14

answers:

1

I need to inserd a record into sqlExpress thru javascript in aspx. Any Idea?

A: 

Look at using web services with the [ScriptService] attribute applied. See this:

http://www.developer.com/net/asp/article.php/3657826/Consuming-Web-Service-Using-ASPNET-AJAX.htm

Brian