category

home / developersection / category

Updating the TableAdapter to Use JOINs
asp.net 29-Jan-2013
Updating the TableAdapter to Use JOINs

In this tutorial we will briefly exploring how to create a Table Adapter that includes JOINs in its main query.

How to integrate PayPal in Asp.Net
asp.net 28-Jan-2013
How to integrate PayPal in Asp.Net

This article discusses integration of PayPal payment gateway in asp.net web application. Nowadays PayPal is the most popular payment gateway worldwide because it is totally free to integrate and PayPal does not charge

Prevent SQL Injection in ASP.NET
asp.net 24-Jan-2013
Prevent SQL Injection in ASP.NET

If you are generating dynamic SQL queries based on user input, an attacker could inject malicious SQL commands that can be executed by the database, it’s called SQL Injection.

Regular Expression
asp.net 27-Dec-2012
Regular Expression

In this article, I have described most important regular expression in our project. These described below with tile, expression and description.

Exploring Session in ASP.NET
asp.net 23-Sep-2012
Exploring Session in ASP.NET

Exploring Session in ASP.NET

Open and Read an Excel Spreadsheet into a ListView in Asp.NET
asp.net 21-Sep-2012
Open and Read an Excel Spreadsheet into a ListView in Asp.NET

Open and Read an Excel Spreadsheet into a ListView in Asp.NET

Working with ListBox Control in Asp.Net
asp.net 20-Sep-2012
Working with ListBox Control in Asp.Net

Working with ListBox Control in Asp.Net

Working with DropDownList Controls in ASP.NET
asp.net 19-Sep-2012
Working with DropDownList Controls in ASP.NET

Working with DropDownList Controls in ASP.NET

Solving IIS 7 Error 503 Service Unavailable
asp.net 10-Sep-2012
Solving IIS 7 Error 503 Service Unavailable

When trying to install a web site on my test machine (IIS Server) I got Error 503 Service Unavailable, after a long discussion...

Select All CheckBox from Header CheckBox
asp.net 08-Sep-2012
Select All CheckBox from Header CheckBox

In this article, I have created a program that will allow you to Select/Deselect all the CheckBoxes of a GridView Row from the GridView Header CheckBox.

Integrate Bing Search API in ASP.NET Web Form
asp.net 08-Sep-2012
Integrate Bing Search API in ASP.NET Web Form

The Bing Application Programming Interface (API) enables developers to programmatically submit queries to and retrieve results from the Bing Search Engine.

N-Tier Architecture in ASP.NET
asp.net 05-Sep-2012
N-Tier Architecture in ASP.NET

N-tier application architecture provides a model for developers to create a flexible and reusable application by breaking up an application into tier.