Hi,
I'm developing a PDA application using .Net 2.0
I have a login screen where the user enter a username and password and then
it gets validated against a database.
What I would like to do is validate the password against the pin number.
Is that possible?
Thanks

Re: Pin number info by ctacke/>

ctacke/>
Mon Feb 19 09:03:59 CST 2007

You mean against the PDA's 4-digit "password"? If so, then no. For obvious
reasons you can't read what that is, so there's no way to check against it.


--
Chris Tacke - Embedded MVP
OpenNETCF Consulting
Managed Code in the Embedded World
www.opennetcf.com
--



"Marc Cardenas" <test@test.com> wrote in message
news:33E7B9A9-7DAD-4DE3-AF5F-120530F0D0E5@microsoft.com...
> Hi,
> I'm developing a PDA application using .Net 2.0
> I have a login screen where the user enter a username and password and
> then
> it gets validated against a database.
> What I would like to do is validate the password against the pin number.
> Is that possible?
> Thanks