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
>
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
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
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
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
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