Monthly Archive: April 2009

“Hashed passwords cannot be decoded.”

While working with C#.Net and ASP.Net memberhsip I get the following error: “Hashed passwords cannot be decoded.” when using the following line: string tempPassword = Membership.Provider.GetPassword(userName, “”); How can I resolve this issue?

How can I display HTML tags on a page?

I want to have the browser treat a section of the file as text rather than html code. Is there a way to have a browser treat a section as text and display it...