Hi to all
Can anybody tell me how i get the status of work done by my function from the method created in the dll to show the status using progress bar.
For Example:- I am uploading a CSV file on the SQL Server and i make a method Upload() for it in the dll and i want the status of this uploading to show using the progress bar so how i get the status of uploading from the method at runtime i.e. how much records are uploaded