I am using asp.net Login control, and I want to load the control
with default values.
I can access the username text with the “UserName” property in the control,
but I dont see an option accessing the password text.
How can I change it to have a default value ?
10x,
Udi
There’s probably an easier way of doing this, but according to the MSDN documentation you can create a template for the control and from within that template you could set the value.
Alternatively if you can find the ID of the control you could set it’s value using Javascript.
Why do you need to set a value in this box?