hi friends...
i am inserting Employee id to database through form...
how to find that the id is already there in the database.. if its already present then one message should come .. and the Emp id should not store in the database...
how to do this
i am using sql server 2005, C# and Asp.net
i have assigned the primary key to Emp Id...
but i also want to write a code in the application
i am inserting Employee id to database through form...
how to find that the id is already there in the database.. if its already present then one message should come .. and the Emp id should not store in the database...
how to do this
i am using sql server 2005, C# and Asp.net
i have assigned the primary key to Emp Id...
but i also want to write a code in the application
Comment