views:

32

answers:

1

Can anyone tell me, How to insert one record in SQL Server by using the xmlhttp object and Asp.net

+3  A: 

I will keep my answer as detailed as your question:

You need to create an aspx page that is the target of the XmlHttp object. This page will parse the data from the XmlHttp request and insert the data to the database.

Oded