category

home / developersection / category

Mobile support in asp.net 4.0
asp.net 21-May-2011
Mobile support in asp.net 4.0

Some common properties which is useful while you are developing mobile devices using asp.net 4.01)Detect it is mobile device or not: We can use Reques

Authentication and Authorization in ASP.NET
asp.net 19-May-2011
Authentication and Authorization in ASP.NET

Authentication:Authentication is a process of identifying users on basis of their identity. Users provide their credential to prove their identity. Us

ViewState in ASP.Net
asp.net 22-Mar-2011
ViewState in ASP.Net

The web is stateless protocol, so the page gets instantiated, executed, rendered and then disposed on every round trip to the server. The developer's

HTTP Status Codes in .Net
asp.net 22-Mar-2011
HTTP Status Codes in .Net

When users try to access content on a server that is running Internet Information Services (IIS) through HTTP or File Transfer Protocol (FTP), IIS ret

Globalized Connection String
asp.net 14-Mar-2011
Globalized Connection String

Globalized connection string meant for that if you are designing a vast application that having so many windows forms and you need to control all the

Viewing Client Certificate.
asp.net 18-Feb-2011
Viewing Client Certificate.

With the help of this program we can view Client Certificateand user name. In this demonstration we check whether client system has anappropriate cert

Retriving User Password by Using Stored Procedure in ASP.NET
asp.net 15-Feb-2011
Retriving User Password by Using Stored Procedure in ASP.NET

In this demonstration I will tell you how to retrieve user password by using Stored Procedure in ASP.NET. To perform this task I had created a UserLog

Range Validator Control in ASP.NET
asp.net 13-Jan-2011
Range Validator Control in ASP.NET

The RangeValidator control is used to check that the userenters an input value that falls between two values. It is possible to checkranges within num

CSS (Cascading StyleSheet)
asp.net 11-Jan-2011
CSS (Cascading StyleSheet)

Cascading Style Sheet (CSS) is a language which defined some formatting rule for html control. CSS are a collection of formatting rules that control t

View State in ASP.Net
asp.net 01-Jan-2011
View State in ASP.Net

View state is the method that the ASP.NET page frameworkuses to preserve page and control values between round trips. When the HTMLmarkup for the page is rendered,

Encode - Decode in ASP.NET
asp.net 22-Dec-2010
Encode - Decode 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, mainl