how to login page check and user Status check
login db user Status = Active and DeActive
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sanjay KumarPosted Oct 18, 2013, 4:49 AM
Select count(*) from tablename where Name ='"+txtname.text+"' and password ='" + txtPassword.Text + "' and Status='Active'"
Sanjeeb LenkaPosted Oct 18, 2013, 4:39 AM