I have a small requirement and i request anyone to help me out by providing the source code for the same.
The requirement is as follows:
Can you please help me as to how to call a stored procedure by passing paramenters and populate a CheckListBox in VB.NET based on the results returned from the stored procedure.
Regards,
George
import that namespace and write the following code to some method and change your code According to your Database and Procedure Fields
Using Stored Procedures in Conjuction with DataAdapter
How to call SQL Server stored procedures in ASP.NET by using Visual Basic .NET