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
What are handlers in c#?
What is the default modifier for class in c#?
Explain about c# language.
What is the lock statement in c#?
We cannot create instances of static classes. Can we have constructors for static classes?
How Do You Convert A Value-type To A Reference-type?
What is trim in c#?
How do I type a whitespace character?
How to put assembly in gac?
What is a private method in c#?
What is difference between private and protected?
What are data types in C#?
What is .edmx file?
What is a protected class in c#?
What are methods c#?