Categories
Asp, Asp.net

How to Create DIV Dynamically using JavaScript

How to Create DIV Dynamically using JavaScript In this post we will learn How to Create DIV Dynamically using JavaScript. Here we are using javascript to accomplish this. We have used the appendChild method for document body element. AppendChild method takes one parameter as the name of the object of newChild that you want insert into the specified HTML tag […]

Categories
Asp, Asp.net

How to Export GridView to PDF in Asp.Net C# Using iTextSharp

How to Export GridView to PDF in Asp.Net C# Using iTextSharp In this post we will learn How to Export GridView to PDF in Asp.Net C# Using iTextSharp. Here I will show you, how to export GridView data to PDF document using iTextSharp. First we have to download iTextSharp.dll class library and include to our project. You […]

Categories
Asp, Asp.net

Upload and Display Excel File Content in GridView Using Asp.Net

Upload and Display Excel File Content in GridView Using Asp.Net In this post we will learn how to Upload and Display Excel File Content in GridView Using Asp.Net. Earlier we had discussed How to Import XML data into Gridview. Here we simply upload excel file(.xls, .xlsx) and then upload it to server, finally it will be […]

Categories
Sql Server

How to Export Records From SQL Server to Text File using BCP

How to Export Records From SQL Server to Text File using BCP In this tutorial we will learn How to Export Records From SQL Server to Text File using BCP. Bulk Copy Program (BCP) is a command-line utility that ships with Microsoft SQL Server. With BCP, you can import and export large amounts of data in and […]