Hi Friends..
I have a question.
I am creating a user from browser in some applications
so when i am going to give all the fields in browser each and every time the
ex: int ID = rajesh.createuser(textfirstname.text , textlastname.text....................................................................etc...)
so this ID each and every time when i am going to enter the user information it is having some int number like 1,2,3,4,5,.................
now my question is that. I need to check wheather user exists perviously or not.with this ID..if exists display that user exists if not continue to cereate new user..
i am trying to give if(ID .......... some thing i dont know how i need to check this one..
can any one help me out...
if any body they dint understand the question let me know.
thanks