way to redirect to particular page after login authentication?
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... By:
CI-tech1
SQL Server INDEXES
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... By:
CI-tech1
How to make Productive in Project Meetings?
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”... By:
CI-tech1
Don’t Change the World, try to adjust yourself
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... By:
CI-tech1
Only 24 hours in a day. Time doesn't change. All we can actually manage is ourselves
1) Realize that time management is a myth.
No matter how organized we are, there are always only 24 hours in a day... By:
CI-tech1
Content Management System
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... By:
CI-tech1
Naming conventions are important for all repository and database objects
Naming Conventions
Challenge
By:
CI-tech1
ETL Testing process
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... By:
CI-tech1
Informatica Overview
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... By:
CI-tech1
About Joomla
Joomla is an award-winning content management system (CMS), which enables you to build Web sites and powerful online applications... By:
CI-tech1
|