Search found 2 matches

by Dekta
Thu Jul 21, 2011 2:51 pm
Forum: Object Identification and Technologies
Topic: How to validate a TextField in Silverlight
Replies: 3
Views: 2493

Re: How to validate a TextField in Silverlight

Where can I find your Email-Adress?
by Dekta
Thu Jul 21, 2011 1:22 pm
Forum: Object Identification and Technologies
Topic: How to validate a TextField in Silverlight
Replies: 3
Views: 2493

How to validate a TextField in Silverlight

Hi, I have something like this: Account Balance Old: 100$ Account Balance New: 200$ With spy I can identify the following: Text1 -> Account Balance Old Text2 -> 100 Text3 -> $ Text4 -> Account Balance New Text5 -> 200 Text6 -> $ 100 and 200 are calculated by the application. So I want different test...