Hi,
I want to display the last recorded record in the database of SQL SERVER 2005.
How can i display it with the select query in the grid view...
The database contains the information which is general contact details:
Name
Address
Phone
Email
How can i display on the submit click event that ur record is inserted and display details in gridview .
How to write it in select query identity??
I have already an Identity Column in the Table structure.
I want to display the last recorded record in the database of SQL SERVER 2005.
How can i display it with the select query in the grid view...
The database contains the information which is general contact details:
Name
Address
Phone
How can i display on the submit click event that ur record is inserted and display details in gridview .
How to write it in select query identity??
I have already an Identity Column in the Table structure.
Comment