I am back at last and actually have a perm job thanks to all the help you guys gave me a while back !! :) Thanks.
Ok, so now I have a simple task, to add some ranges to an existing ASP.Net page.
I am using asp:RangeValidator and have a type=double and want to have a value of > 0 and not >=. Is there a quick and nice way of doing this ??
I know there is a R开发者_JAVA技巧angeBoundry type in the RangeValidatorAttribute class. Is there something similar I can use in the RangeValidator class at all ?
Many thanks, George.
I simply used MinimumValue and MaximumValue parameters for this.
精彩评论