Filed under VB.NET by admin
This can occur in a couple of places. In this particular instance, it is due to the password verification check. On the input form, you enter your password twice to make sure there weren’t any spelling mistakes. In the following example, when the parameters were sent to the stored procedure, both the password and the password validate fields were sent together. Removing one instance fixed the problem.
Tweet This Post
Tags:
duplicate passwords,
passwords doubling
September 28, 2009 - 7:54 PM
Filed under Experience, VB.NET by admin
Our goal here was to create a custom content management and user management system.
Our main tasks were as follows:
- Allow management of pages and categories
- Email communication capabilities
- Membership area and management
- Administrative area and management
Tweet This Post
August 25, 2009 - 7:27 PM
Filed under Experience, VB.NET by admin
The custom content management system was built in order to avoid any potential leverage from other applications or potential code invasion.
Main parts of the content management system included the following:
- Allow management of categories
- Allow management of pages
- Allow management of graphics
- Allow document management
- Allow newsletters
- Allow custom XML exports for integration into company proprietary systems.
Tweet This Post
August 25, 2009 - 7:19 PM