Hi Praveen,
It is possible to retain password after postback.
Please check this url:
if (Page.IsPostBack)
{
TextBox1.Attributes.Add("value", TextBox1.Text);
}
http://www.xpode.com/ShowArticle.aspx?ArticleId=313
--
Jack
On Mon, Apr 18, 2011 at 1:44 PM, praveen singh <[email protected]> wrote:
>
> How to keep Password on textbox password mode in postback event
> any body help me
>
> --
> You received this message because you are subscribed to the Google
> Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML
> Web Services,.NET Remoting" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/dotnetdevelopment?hl=en?hl=en
> or visit the group website at http://megasolutions.net
--
You received this message because you are subscribed to the Google
Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML
Web Services,.NET Remoting" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/dotnetdevelopment?hl=en?hl=en
or visit the group website at http://megasolutions.net