way to redirect to particular page after login authentication?
By:
CI-tech1
If authentication fails user stays on the same login page. On successful login the user gets redirected to appropriate page. There are couple of ways of specifying the page where user gets sent after successful authentication.
Try this in login page authentication
protected void Login1_LoginError(object sender, EventArgs e)
{
//There was a problem logging in the user
//See if this user exists in the database
MembershipUser userInfo = Membership...
SQL Server INDEXES
By:
CI-tech1
Clustered indexes are usually faster than non-clustered indexes (one could come very close to saying always, but there are exceptions).
Only place non-clustered indexes on columns where you are going to get a high level of selectivity(that is, 95 percent or more of the rows are unique)
All DML statements (INSERT, DELETE, UPDATE) and SELECT statement can benefit from indexes, but insert, deletes, and updates (remember they use a delete and insert approach) are slowed by indexes...
How to make Productive in Project Meetings?
By:
CI-tech1
Every meeting MUST have 3 elements: purpose, agenda and maximum duration. If any of these items is missing, the meeting is meaningless and should not happen.
Make sure you are able to define a purpose for the meeting in a maximum of 2 sentences, for instance:”This meeting is to plan the new developments for the project X”...
Don’t Change the World, try to adjust yourself
By:
CI-tech1
Once upon a time, there was a king who ruled a prosperous country. One day, he went for a trip to some distant areas of his country.
When he was back to his palace, he complained that his feet were very painful, because it was the first time that he went for such a long trip, and the road that he went through was very rough and stony. He then ordered his people to cover every road of the entire country with leather. Definitely, this would need thousands of cows’ skin, and would cost a huge amount of money...
Only 24 hours in a day. Time doesn't change. All we can actually manage is ourselves
By:
CI-tech1
1) Realize that time management is a myth.
No matter how organized we are, there are always only 24 hours in a day...
Content Management System
By:
CI-tech1
A content management system (CMS) is a system providing a collection of procedures used to manage work flow in a collaborative environment. These procedures can be manual or computer-based. The procedures are designed to do the following:
Allow for a large number of people to share and contribute to stored data;
Control access to data based on user role (i.e., define information users or user groups can view, edit, publish, etc.);
Facilitate storage and retrieval of data;
Control data validity and compliance;
Reduce duplicate inputs;
Simplify report writing;
Improve communication among users...
Naming conventions are important for all repository and database objects
By:
CI-tech1
Naming Conventions
Challenge
Choosing a good naming standard for use in the repository and adhering to it...
ETL Testing process
By:
CI-tech1
ETL Testing:
Testing is an important phase in the project lifecycle. A structured well defined testing methodology involving comprehensive unit testing and system testing not only ensures smooth transition to the production environment but also a system without defects...
Informatica Overview
By:
CI-tech1
Informatica - Transformations
In Informatica, Transformations help to transform the source data according to the requirements of target system and it ensures the quality of the data being loaded into target.
Transformations are of two types: Active and Passive...
About Joomla
By:
CI-tech1
Joomla is an award-winning content management system (CMS), which enables you to build Web sites and powerful online applications. Many aspects, including its ease-of-use and extensibility, have made Joomla the most popular Web site software available. Best of all, Joomla is an open source solution that is freely available to everyone...