i know how to do it in c#. I think its the same logics.
EG....so if youre using the TextBox as a username field.string StoreInfo;
TextBox userInput=new TextBox();
StoreInfo=userInput.Text();
if(StoreInfo=="mobile_fan_2k5")
{
MessageBox.Show("You Have Logged in Successfully");
}


Reply With Quote