03 April, 2013

C#- Insert/Upload XML file Data into SQL Table using Stored Procedure in Asp.net with C#, VB.NET

Introduction: 

Here I will explain how to insert xml data into SQL Server table using stored procedure in 
asp.net with c#,vb.net.
Description: 
   
In previous article I explained  Read/Import XML data into gridview, 
Import Excel data to gridview in asp.net, How to Export gridview data to excel/word document, Import Excel data to sql database and some other articles relating to export gridview data. Now I will explain how to insert xml data into SQL Server table using stored procedure in asp.net with c#, vb.net. 

To implement this concept check below post here I explained clearly how send get xml data and send xml data as parameter to stored procedure to save those details in database

No comments:

Post a Comment