Things I Want To Remember
My journal, notes, web log of all things I want to remember.
Wednesday, November 13, 2013
Visual SourceSafe VSS 6 - Reset Lost Admin Password
›
I have used this techinique a number of times. Use your fav hex editor... i prefer ultraedit and open up the um.dat in /data dir. Reset the...
Sunday, March 18, 2012
Remote Desktop Full Screen in Windows 7
›
I have been having problems doing a full-screen mode in Remote Desktop Connection in Windows 7 for a while now and it is pretty annoying. Th...
Thursday, March 8, 2012
Solution to: An ASP.NET setting has been detected that does not apply in Integrated managed pipeline mode error
›
I'm starting to blog every error that I encounter (with the solution of course), in the hope that they will become useful to other devel...
Wednesday, March 7, 2012
How to Add JavaScript Validation/Attributes/Properties to Forms using Html.BeginForm()
›
To add a JavaScript validation, an attribute or properties to an HTML form generated in ASP.NET MVC using Html.BeginForm(), you can pass nul...
Sunday, March 4, 2012
Installing SQL Server Management Studio 2005 When SSMS Did Not Install Properly
›
There are some cases when the SQL Server Management Studio 2005 fails to install after installing all the components of SQL Server. To fix...
Monday, February 27, 2012
Solution to: The specified type member 'Date' is not supported in LINQ to Entities. Only initializers, entity members, and entity navigation properties are supported.
›
Apparently, Entity Framework doesn't allow the use of the Date member of DateTime inside an Entity Framework LINQ Query. The following ...
Wednesday, November 23, 2011
How to use CompareValidator to validate dates in different format (e.g., dd/MM/yyyy)?
›
If you want to use the ASP.NET CompareValidator control to validate dates in a different format, you can setup the Page to your desired cult...
›
Home
View web version