Hi,
i have a windows based aplication in that A field named EmployeeID (textbox) is there.Its value should be autogenerated from the sql server database.
the condition is that
1) The ID should start with A01,A02,....... .A99
After A99, the next ID should be B01,B02.......s o on.
pls give me any suggestion and if possible give me a sample code for reference with records.
Thanks and regards,
Silpa
i have a windows based aplication in that A field named EmployeeID (textbox) is there.Its value should be autogenerated from the sql server database.
the condition is that
1) The ID should start with A01,A02,....... .A99
After A99, the next ID should be B01,B02.......s o on.
pls give me any suggestion and if possible give me a sample code for reference with records.
Thanks and regards,
Silpa
Comment