[DotNetDevelopment] Re: Data validation library

2009-03-22 Thread Tanvir Faraj
Oh...yes.my mistake. Regards. On Sat, Mar 21, 2009 at 10:33 PM, Cerebrus wrote: > > Always glad to help! Thanks for the 5-stars! :-) > > On Mar 20, 9:22 pm, rbr wrote: >> Outstanding response Cerebrus! Exactly what I was looking for. >> >> Thank you! >> >> Ryan >

[DotNetDevelopment] Re: Data validation library

2009-03-21 Thread Cerebrus
Always glad to help! Thanks for the 5-stars! :-) On Mar 20, 9:22 pm, rbr wrote: > Outstanding response Cerebrus! Exactly what I was looking for. > > Thank you! > > Ryan

[DotNetDevelopment] Re: Data validation library

2009-03-20 Thread rbr
Outstanding response Cerebrus! Exactly what I was looking for. Thank you! Ryan On Mar 20, 2:20 am, Cerebrus wrote: > My advice: > > 1. Create schema files for each type of response XML that you receive > from the Service methods. When you get a response, validate the XML > against the Schema t

[DotNetDevelopment] Re: Data validation library

2009-03-20 Thread Cerebrus
Tanvir, Ryan emphasized the fact that this is "data validation other than forms". On Mar 19, 7:57 pm, Tanvir Faraj wrote: > Hi, the above validations can be done on client side (javascript). On > server side, you can use customvalidator. > > http://msdn.microsoft.com/en-us/library/f5db6z8k(VS.7

[DotNetDevelopment] Re: Data validation library

2009-03-20 Thread Cerebrus
My advice: 1. Create schema files for each type of response XML that you receive from the Service methods. When you get a response, validate the XML against the Schema to determine if it matches expected format/content. I would consider this as first level input validation the way you would valid

[DotNetDevelopment] Re: Data validation library

2009-03-19 Thread Tanvir Faraj
Hi, the above validations can be done on client side (javascript). On server side, you can use customvalidator. http://msdn.microsoft.com/en-us/library/f5db6z8k(VS.71).aspx. Regards. On Thu, Mar 19, 2009 at 10:48 AM, rbr wrote: > > Hello, > > I am looking for a solution for data validatio