Click here to Skip to main content
15,909,530 members
Please Sign up or sign in to vote.
1.67/5 (3 votes)
See more:
Hi All I am using a stored procedure that return 5 result set.
My aim is to bind all the result set to 5 text boxes
by calling the stored procedure once.
using C# code get the text box values

Please give me idea for doing this
show web page
5 textbox for a page
Posted
Updated 21-Dec-15 5:45am
v3
Comments
OriginalGriff 21-Dec-15 8:34am    
What have you tried?
Where are you stuck?
What help do you need?
CHill60 21-Dec-15 8:36am    
Returns 5 result sets? Or do you mean it returns 5 values? Show us how you return the values from the stored procedure.
CHill60 21-Dec-15 9:53am    
Hello! Is there anybody there? Do you still require assistance?
asplover1 22-Dec-15 1:38am    
You can get values by using store procedure save to dataset

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900