Hi
I have a project in hand. where i have to enter serial number,category description,cost price,sale price and image upload.
I want serial number to come automatically through auto generated but not with is identity property.
so if one user enters 20 records and logs off. and then say after 2hrs another user logs in and enters data, that time serial number 21 should get displayed so that the 2nd user understands that 1st user has entered 20 records before her.
is it possible to do this way in asp.net?
i dont want the code. i just want if it can be done and if yes is there any technique?
and i want the serial number should get auto generated sequentialy like 1,2,3....
for example.
user 1 enters 20 records
when user 2 logs in she will see 21 number on serial number field while adding. so that she is aware that 20 records already entered in database.
Thanks
Sudeshna