What is the error you are getting ?
I don't think you should get any error. declare this tdpassword
as
Protected WithEvents tdpassword As TextBox
Regards,
pavan.
-----Original Message-----
From: Thomas Fuller [mailto:tfuller@g...]
Sent: Monday, July 29, 2002 9:06 PM
To: ASPX_Professional
Subject: [aspx_professional] Problem setting the password server
control?
Does anyone know of any problems trying to set the password field from the
code behind page using the simple tbPassword.Text = "PASSWORD" method as i
would for a normal text box?
Tom