This tutorial explains how to export GridView or Repeater data or any datasource to Excel Sheet with customization in results and styles and not related to GridView or Repeater control style.
April 20, 2012
Bind XML file to GridView with insert,update and delete in ASP.NET
One of the most popular data source is XML. This Tutorial explains how to read Markup Language (XML) data into an ADO.NET DataSet object with insert, update and delete.
April 19, 2012
Fetching URL details from textbox during write or paste text like Facebook
April 3, 2012
Upload and Extract Zip File in ASP.NET to a Directory on Server
Often we need to upload several files to server, but we might have to upload these files one by one. In this tutorial we explain a simple code to resolve this issue. The idea based on compressing files by zip then upload this zip file, the zip file will extract on server after uploaded complete.
March 25, 2012
Send Notifications to Web Clients using SignalR in ASP.NET
Of the most important features that become websites are competing, is a continuous contact with the clients. like notifications for connected clients, to send them last news, newest product or notify about other clients activity.In this Tutorial we will explain how to send notifications to all connected clients in ASP.NET using SignalR.
November 15, 2011
Protecting files from unauthorized downloading using ASP.NET
This is tutorial explain by simple way how to protect files from unauthorized users using ASP.NET. The basic idea is to upload sensitive files to folders that can not be accessed from the web.












May 4, 2012
0 Comments