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 cookies in c#?
Can we inherit partial class in c#?
What is a decimal in c#?
In gridview in editmode if we want to display information in one combobox based on
What are different types of classes in c#?
Explain how to implement delegates in c#.net
Which are the loop types available in c#?
How we convert private assembly into public assembly?
What is the advantage of static class in c#?
What is entity framework c#?
What is encapsulation in csharp?
Explain what is the smallest unit of execution in .net?
How do you declare a method in c#?
What are extension methods and where can we use them?
What is razor view in c#?