code for simple login with forget password Recovery
example detail
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.
Abhijit PatilPosted Feb 27, 2014, 2:03 AM
following code snippest is help for u
Please check your Login Detailss
Your Username: " + ds.Tables[0].Rows[0]["UserName"] + "
Your Password: " + ds.Tables[0].Rows[0]["Password"] +"
";
Lakshmanan Sethu SankaranarayanPosted Feb 27, 2014, 12:14 AM