how to generate a employee code in textbox automatically while in run time in web application.......when i run the page it will check the employee code in the database and it automatically shows the next value in the textbox how?
If you have not used Stored Procedures. First get your hands on some basics
Using Stored Procedures in SQL Server Database
And how to call Stored Procedures
Calling Insert SQL Server Stored Procedures using ADO.Net
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.