Hi, i am a developer(Asp.net 2.0 + C#.net)
I have one problem. In button Click event i am trying to Insert 24 Records at a Time.(Calling Stored Procedure for 24 Times) i.e i have one DB call(Stored Procedure) for every Record
The Other Alternate for this is use SqlBulkCopy i have tried but i am unable to solve the issue as i don't have idea about this process if I could get the code for both ADO.Net and Database.
Thanks in advance