how to get automatic no in alpha numeric no from database
-
iam using asp.net with c#. i want to get alphanumeric no which should be auto generated from database example (nt234,st675) can any body help ...
-
iam using asp.net with c#. i want to get alphanumeric no which should be auto generated from database example (nt234,st675) can any body help ...
This is a database related question u have to post in the corresponding forum from next time..! Check this link..! http://www.sqlteam.com/article/custom-auto-generated-sequences-with-sql-server[^]
-
iam using asp.net with c#. i want to get alphanumeric no which should be auto generated from database example (nt234,st675) can any body help ...
you can take help from following link, http://blog.sqlauthority.com/2007/04/29/sql-server-random-number-generator-script-sql-query/ Hope it will help,
Bajrang Singh Using .net 2.0 (VS2005)