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
How does return work in c#?
What is the symbol used for in c#?
What is polymorphism c# example?
Is python easier than c#?
What is the implicit name of the parameter that gets passed into the class set method?
Is it not possible to store a boolean value as a variable?
What is datareader c#?
Can a static class have a constructor c#?
Does c# support a variable number of arguments?
What is c# used for?
How do you specify a custom attribute for the entire assembly (rather than for a class)?
What are the properties of a string class?
What is difference between ilist and list in c#?
What's new in c#?
How can encapsulation be achieved?