Saturday, 20 April 2013

This is a Example forlong running process PleaseWaitButton examples Example 1 - Simple Test Example 2 - Testing with Client-Side Validation Example 3 - Testing with Existing onclick Handler Download here  Download Link&nbs...
Basiclly this is for a engineering universty project ,admin can enter subject detail,create session or year he can add student detail and after that he can enter semester or year wise student marks and every student have a unique id he can login with his /her id and view their result easily. Download here Download Li...
online web application for sending message to mobile of different networks without any charges using your internet connection Download Code here Download Li...
In this code you can find all code of a shopping cart site Database is in App_Code Folder just  Edit some text and as you need and enjoy a shopping cart code. Download the full code here Download Lin...
YouTube Downloader Using C# Introduction  This article shows how to download YouTube videos using C# code only. The code is very simple to understand and anyone can easily integrate it to in their solution or project. I didn't use any third party library to do this task. All you need is to take two .cs files and integrate them to your project. Using...

Friday, 19 April 2013

GMAIL INBOX READER Introduction  This is a protocol (a set of commands) used by an email client to connect to and retrieve email(s) from the mailbox on the remote server. We will develop the code that connects to the POP3 server and sends commands to retrieve the list of emails on the server, and then later, using an ASP.NET page, display the list to the user. To demonstrate...