Showing posts with the label XML

How to use xml in stored procedure in SQL

To use XML in a stored procedure in SQL Server, you can use the following steps: Declare a variable of type xml . Use the SELEC…

Read More »

How to convert table data into xml in sql server

In this article we will learn about  How to convert table data into xml in sql server.  we will focus on how tables will be conve…

Read More »

Display XML File data in WebGrid in ASP.Net MVC

In this article we will learn about  Display XML File data in WebGrid in ASP.Net MVC.  Here we discuss how to use XML data read a…

Read More »
Load More That is All