category

home / developersection / category

Enumeration in c#
asp.net 01-Jan-2011
Enumeration in c#

The enum keyword is used to declare an enumeration, a distinct type consisting of a set of named constants called the enumerator list. It is user defined data types.

Connection Strings
asp.net 01-Jan-2011
Connection Strings

A connection string provides the information that a provider needs to communicate with a particular database. The Connection String includes parameter

MicrosoftReportViewer Control in ASP.Net
asp.net 03-Dec-2010
MicrosoftReportViewer Control in ASP.Net

MicrosoftReportViewer control is used to generate report. Steps to generate report using MicrosoftReportViewerDrag and Drop MicrosoftReportViewerDrag

CrystalReportViewer Control in ASP.Net
asp.net 03-Dec-2010
CrystalReportViewer Control in ASP.Net

Where A Crystal Reports is the standard reporting tool for Visual Studio .NET. It's used to display data of presentation quality. Steps to generate

.Net 4.0
asp.net 27-Nov-2010
.Net 4.0

.Net 4.0 is latest technology and it provide Extra features then previous version. There are added new features in this section of .net as given App

Encoding and Decoding in ASP.Net
asp.net 27-Nov-2010
Encoding and Decoding in ASP.Net

Html Encode method encodes a particular string to be displayed in a browser. It is important to encode strings prior it’s rendering in the page, mai

The Detailed concept of Stored Procedure in SQL Server
asp.net 27-Nov-2010
The Detailed concept of Stored Procedure in SQL Server

The detailed concept of Stored Procedure in SQL ServerDefinition:Where a stored procedure is a special feature of a database management system (DBMS

Authentication in ASP.NET
asp.net 27-Nov-2010
Authentication in ASP.NET

Authentication is the process of obtaining identification credentials such as name and password from a user and validating those credentials against some authority. If the credentials are valid, the entity that submitted the credentials is considered

ValidationSummary Control in ASP.Net
asp.net 11-Nov-2010
ValidationSummary Control in ASP.Net

The ValidationSummary control is used to display a summary of all validation errors occurred in a Web page. PropertiesDisplay ModeHow to display the

CustomValidator Control in ASP.Net
asp.net 11-Nov-2010
CustomValidator Control in ASP.Net

CustomValidator control is used to validate an input control with user-defined function either from server side or client side. Properties:Client

CompareValidator Control in ASP.Net
asp.net 10-Nov-2010
CompareValidator Control in ASP.Net

The CompareValidator control is used to compare the value of one input control to the value of another input control or to a fixed value. ErrorMessag

RegularExpressionValidator Control in ASP.Net
asp.net 10-Nov-2010
RegularExpressionValidator Control in ASP.Net

Using RegularExpressionValidator server control, you can check a user's input based on a pattern that you define using a regular expression. This mean