Hi, I want to generate a unique id.
In my table i have column like -
I am using MYSQL database and i want code in C#
Category - "Test Category"
Name - "Name Test"
UniqueId - ?
no i want to generate unique id like - "T_N_000001" for first data and for second it will be increment.... like "T_N_000002"
but if category = "Category" and Name = "Name" then it should start from C_N_000001
like this i want.....
if my question is not clear please tell me.
Loading
Abhineet SrivastavaPosted Sep 6, 2013, 12:18 PM
If you searched the solution than please share it with me.
Cheers
rachayita jaiswalPosted Sep 6, 2013, 1:30 AM
i don't want in sql (back end)
Abhineet SrivastavaPosted Sep 6, 2013, 1:24 AM
Kindly go through this link-
http://forums.asp.net/t/1664095.aspx
Cheers
rachayita jaiswalPosted Sep 6, 2013, 1:11 AM
AB00001
AB00002
.....
CD00001
...
Like that.
Abhineet SrivastavaPosted Sep 5, 2013, 8:22 AM