Sometimes we need to display a page containing password in edit mode.
So here is the code in .NET for the same.
txtPassword.Attributes("value") = dsMember.Tables(0).Rows(0).Item("Password")
or simply txtPassword.Attributes("value") = "your password"
Friday, June 23, 2006
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment