Here I am going to do WCF sample to insert new userdetails and display Userdetails based on UserName for that first create table in your database like this
Here I will explain how to publish or deploy the website in local machine. To publish website first we need to check whether IIS installed in our local machine or not and whether that IIS working properly or not because sometimes IIS will not work properly even that IIS already installed in our local machine for that reason we need to check all these conditions before going to publish or deploy our website in local machine.
This has been asked several times in ASP.Net forums about how to upload multiple files AJAX style along with progress bar similar to the Google’s GMAIL And the answer is Uploadify plugin for JQuery which does the same in few simple steps. In this article I’ll explain the same.
While working on my project I came across export to excel functionality from a ASP.NET gridview in which paging is enabled. This is something quite common and we require it almost frequently for reporting purpose.
Whenever we need the textbox control for date, phone numbers with area code with seperated, in these cases the masked textbox will be helpful. It takes delimiter after specific word automatically. Below is simple example to demonstrate the phone number with STD, Area code.