i am preparing application for my mobile..
SILEVRLIGHT WPF...mobile appilccation
i want to do validations for my page:
mandatory fileld: mobilenumber
loginid: userid
password..
can some one teach me how to do valiations for these before login into these page...
i want to write the validatiosn for my applications.....i am new to this programming...i am leraning slowly programming language..
some one helpme to do this validations check....
i am using mysql database....
thanking you.....
with regards,
Sree
Loading
SrikanthPosted Sep 28, 2011, 1:10 PM
Posted Sep 28, 2011, 1:21 AM
On the login button click event ....Get all the login details value stored in the database as a datatable in .net and use dt.select with the inputted login uid and pwd and if value exists then login succesfull or failed...
Just an idea....
With Regards
P.Krishna Prasad