using page.previouspage properties, i can return text in the textbox
but the problem is i cannot return text in password box, since it's in asterisk. can anyone help me?
this code is for current page
CODE
Public ReadOnly Property CurrentName() As String
Get
Return uNameFrmKeypad.Text
End Get
End Property
Public ReadOnly Property CurrentPass() As String
Get
Return passWdFrmKeypad.Text
End Get
End Property
this code is target page
CODE
If not page.previouspage is nothing then
if not previouspage.currentname is nothing then
key.Text = PreviousPage.CurrentName
end if
if not PreviousPage.CurrentPass is nothing then
password.text = PreviousPage.CurrentPass
end if
end if
passWdFrmKeypad is textbox with textmode=password
Jan 24 2006, 05:25 PM, updated 20y ago
Quote
0.0124sec
0.81
5 queries
GZIP Disabled