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
Asp, Asp.net

How to Compare Two Calender Extender In Asp.Net

How to Compare Two Calender Extender In Asp.Net In this tutorial we will learn How to Compare Two Calender Extender In Asp.Net. Here we compare two dates in asp.net using two textbox controls and two ajax calender extender controls. You can use asp.net calender controls instead of ajax calender extender controls but date formats must be same for […]

Categories
Asp, Asp.net

How to Get Client Computer IP Address in ASP.Net

How to Get Client Computer IP Address in ASP.Net In this tutorial we will learn How to Get Client Computer IP Address in ASP.Net. Design: <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title>How to Get Client Computer IP Address and Hostname in ASP.Net</title> <style type="text/css"> body { width: 980px; margin: […]