home / developersection / category
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:Authentication is a process of identifying users on basis of their identity. Users provide their credential to prove their identity. Us
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
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 meant for that if you are designing a vast application that having so many windows forms and you need to control all the
With the help of this program we can view Client Certificateand user name. In this demonstration we check whether client system has anappropriate cert
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
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
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 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,
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