how make password using visual basic
hi i got to make a password and it got to go to second form how do i do this ja
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.
Munir ShaikhPosted Aug 27, 2007, 4:49 AM
Hi,
In case of asp.net,
You can use session and access it where ever you want (entire application).
or you can use Request.Form["txtPassword"] also provided your form look something like this
Regards,
>>Munnamax