May 4, 2012

0 Comments

Export Gridview or Repeater to Excel in ASP.NET with custom results and styles


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.

Continue reading…

April 20, 2012

0 Comments

Bind XML file to GridView with insert,update and delete in ASP.NET


Bind a GridView to XML file

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.

Continue reading…

April 19, 2012

0 Comments

Fetching URL details from textbox during write or paste text like Facebook


Fetching URL details from textbox during write or paste text like Facebook
The main idea of this tutorial is when we write or paste some url it automatically fetch url details like facebook via ajax using ASP.NET and jQuery.

Continue reading…

April 3, 2012

0 Comments

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.

Continue reading…

March 25, 2012

7 Comments

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.

Continue reading…

November 15, 2011

0 Comments

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.

Continue reading…