it was a mistake from side accidently i written Login1.UserName = " "; in page load event
that caused this prblm but per dot Login1.UserName is a readonly property, but how it allow to set null, any one know it On Sat, Dec 3, 2011 at 10:31 PM, vinod kumar <[email protected]> wrote: > i m using Login control in my application > i have a username 5 with pwd 12345 > i entered uname 5 and a wrong pwd instead of 12345 > the login fails and username 5 will be avl in Login.UserName text(so i > dont type) > next time even if i enter correct pwd , the login fails , > debug shows Login1.UserName is empty > y its happening > -- 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
