G
Guest
Hi
This is the scenario:
I have one stored proc in database which accepts ServerName as parameter
and gives 'n' number of rows
In the UI I will select 'm' number of serverNames and I will call the
storedproc 'm' times. Each time when storedProc executes it will give n
number of rows. I want to capture all those rows (m*n) in one dataset and I
want to bind those rows into a grid.
Please tell me how to proceed and if possible give me some sample code.
Thanks
This is the scenario:
I have one stored proc in database which accepts ServerName as parameter
and gives 'n' number of rows
In the UI I will select 'm' number of serverNames and I will call the
storedproc 'm' times. Each time when storedProc executes it will give n
number of rows. I want to capture all those rows (m*n) in one dataset and I
want to bind those rows into a grid.
Please tell me how to proceed and if possible give me some sample code.
Thanks