While login means will put 1 and second time means will put 1 and so on?
for Example login first time means will put Status=1 and second time means will put Ststus=2 ond so automatically.
pls tell me With Example.
Loading
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.
Rajkumar RPosted Mar 3, 2012, 7:03 AM
sqldatareader reader=new sqldatareader();
int status;
status=reader("status").tostring();
Here u want to update Login table set status=status+1 where userid=Loginid