RSS

Posts Tagged ‘validationsummary’

December 13th, 2008 - 10:08 pm § in Premium Video Tutorials

26) ASP.NET RangeValidator and ValidationSummary

RangeValidator checks to makes sure that the data entered by the user are in a given range, a lower and upper range are checked, for example you may want to check to make sure a user does not enter a number above 100 and below 10. RangeValidator is useful in this respect. You can also [...][...]

December 13th, 2008 - 9:46 pm § in Premium Video Tutorials

24) ASP.NET Validation Controls Display Property

When you use validation controls, the control takes up white space and reserves that space for the error, because it’s a white space, you won’t notice the space unless another server control is placed beside the validation control (watch video) You can choose not to have this white space by usi[...]