home / developersection / category
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.
A connection string provides the information that a provider needs to communicate with a particular database. The Connection String includes parameter
MicrosoftReportViewer control is used to generate report. Steps to generate report using MicrosoftReportViewerDrag and Drop MicrosoftReportViewerDrag
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
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 ServerDefinition:Where a stored procedure is a special feature of a database management system (DBMS
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
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 is used to validate an input control with user-defined function either from server side or client side. Properties:Client
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
Using RegularExpressionValidator server control, you can check a user's input based on a pattern that you define using a regular expression. This mean