no

How to Fix Summary Error Display in C#

I'm working on a change password form when I encountered this strange behavior from mvc3. I created a simple form and change password mo...

Executing a Linq Query With a Bridge Table Like Aspnet_users and Aspnet_roles

Using model first approach, we add aspnet_Users, aspnet_Roles and aspnet_UsersInRoles in the edmx file. But why is aspnet_UsersInRoles missi...

How to Call Mssql Aspnet_membership_createuser Stored Procedure

Here's how you would want to call mssql's aspnet_Membership_CreateUser method: DECLARE @return_value int, @UserId uniqueidentifie...

How to Enable Jquery Lavalamp's Links

I've used lavalamp's menu in my project several times and have experienced the same problem 2 or 3 times after copying the code from...

How to Fix Sqlmembershipprovider Requires a Database Schema Compatible With Schema Version '1'.

Normally you will encounter this issue if you generate an sql script of an aspnet_database without including the data. To resolve this you h...

How to Create a Magento Extension

Long time ago I was assigned to modify magento, add an expiry date and check if the costumer is expired during login. Those times resource w...

How to Download a Zipped File of a Magento Extension

There are times when you want to see the code behind of a magento extension, but using magento connect would not give you all the files that...

archive