Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2012 Forums
 Transact-SQL (2012)
 Send Array Data To SP and get array data in outpu

Author  Topic 

ravininave
Posting Yak Master

111 Posts

Posted - 2014-09-19 : 13:19:33
In my aspx page I'm reading a data from Repeater and have to send to SP. Like user enters Order No. and amount in textbox in repeater. If user enters suppose 20 orders and amount then now we are sending it to SP in loop it generates some big calculations there and return some output data to my aspx page like customer name, no. using which we sends them a mail and SMS. So now I thought if I can send this data in array format to SP and there I will generate it in loop and I will return all output variable in array to aspx page. Can anyone help on this.?

VB6/ASP.NET
------------------------
http://www.nehasoftec.com

ravininave
Posting Yak Master

111 Posts

Posted - 2014-09-21 : 06:27:50
Hi, I solved it. Thankx
Go to Top of Page
   

- Advertisement -