How can we insert 100 records @ a time without using for loop into the databse
Answer Posted / kiran tukaram mandhare
or use while loop to insert those record
OR
u can use file uploader to do this
as u can create a .csv file of those 100 records and just
upload this file in runtime and using button click event
just write the code using file stream reader to insert
those records into database
| Is This Answer Correct ? | 1 Yes | 7 No |
Post New Answer View All Answers
Does c# have a 'throws' clause?
Why is c# better than java?
What are the different ways of method can be overloaded?
What’s a strong name?
Define a jagged array in c#?
How are methods overloaded?
Write a program in c# to find the angle between the hours and minutes in a clock?
What are functions c#?
Which is better interface or abstract class in c#?
How long can a string be c#?
What is void method?
What is definition in c#?
How does the lifecycle of Windows services differ from Standard EXE?
What you mean by delegate in c#?
Is unity object oriented?