protected
void
Page_Load(
object
sender, EventArgs e)
{
this .Password.Attributes.Add( " value " , Request[ " Password " ]);
}
{
this .Password.Attributes.Add( " value " , Request[ " Password " ]);
}
转载于:https://www.cnblogs.com/hayden/archive/2009/08/17/1548265.html