Source code
http://code.msdn.microsoft.com/CSASPNETAutoLogin-25cfae2b
Wednesday, January 16, 2013
Tuesday, January 15, 2013
How to solve "The XML is not well-formed." problem ?
Need to locate and replace special characters
"& < > \" \'".Replace("&", "&").Replace("<", "<").Replace(">", ">").Replace("\"", """).Replace("\'", "'");
Monday, January 14, 2013
Server Side Model Validation in MVC Razor
http://www.dotnet-tricks.com/Tutorial/mvc/F16Q301112-Server-Side-Model-Validation-in-MVC-Razor.html
Friday, January 11, 2013
Subscribe to:
Posts (Atom)