5
Answers

Generating a character serial AAAA, AAAB, AAAC

Marvin kakuru

Marvin kakuru

13y
3.2k
1
Hi All, I hope all is well. i have been trying to generate a unique identity code for each data record and i trying to use characters for example AAAA. AAAB, AAAC.

Now i move to the last record and the record appears in textbox1 as "AAAC" , but i would like to generate the next unique identity code character "AAAD" into another textbox2. how can i get about this.
Any help will be greatly appreciated. I using c sharp.
thanks
Answers (5)
0
Manish Singh

Manish Singh

NA 7.4k 3.1m 13y
Hi...........
DC
Please see url :http://msdn.microsoft.com/en-us/library/ms227560.aspx
                                                                                             I hope help to you.
Accepted