|  | | In this web based article the author offers you the sample source code for creating web pages by defining a class that inherits the properties, method and events of the base class System.Web.UI.Page. | | It is an article in which the author talks about the use of base64 encoding mechanism. In ASP.NET, base64 helps you to encode the viewstate data for the web pages. The author explains the use of base64 encoding with a sample program. | | BaseCompareValidator.Type Property is an useful tutorial for the .NET programmers to learn about the type property of the validation controls. This property is used to set the data type for the values to be compared. | | This is a simple ASP.NET tutorial in which the author shows you the use of ControlToValidate property of the ASP.NET validation controls. The syntax for using this property is shown in this tutorial. | | This is a web based tutorial which teaches you about the display property of the validation controls of ASP.NET. This propery can be used to set the display behavior of the error messages in the validation control. | | This is a web based tutroial which you some details about the EnabledClient property of the ASP.NET validation controls. You can use this property to mention whether the client-side validation is enabled or not. This property returns boolean value. | | This is an user friendly ASP.NET tutorial through which you can learn about the enabled property of the validation controls. This property accepts and returns boolean type. The author shows you the syntax for using this property in the validation control. | | BaseValidator.ErrorMessage Property is a web based tutorial in which the author explains the use of the ErrorMessage property of the validation controls of ASP.NET. You can use this property to specify the error messages when the validation fails in the ValidationSummary control. | | BaseValidator.ForeColor Property is a simple ASP.NET tutorial which helps you to know about the forecolor property of the validation controls. You can apply the foreground color for the error messages using this property. This property performs this process using the System.Drawing.Color object. | | In this tutorial the author gives you the details about the IsValid property of the ASP.NET validation controls. This property returns Boolean value that indicates whether the control specified by ControlToValidate is determined to be valid. | Pages: [<<] 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 ... [>>] | |  |
|