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


Please Help Members By Posting Answers For Below Questions

What are cookies in c#?

748


Can we inherit partial class in c#?

664


What is a decimal in c#?

701


In gridview in editmode if we want to display information in one combobox based on

2034


What are different types of classes in c#?

647


Explain how to implement delegates in c#.net

688


Which are the loop types available in c#?

680


How we convert private assembly into public assembly?

702


What is the advantage of static class in c#?

677


What is entity framework c#?

620


What is encapsulation in csharp?

702


Explain what is the smallest unit of execution in .net?

711


How do you declare a method in c#?

663


What are extension methods and where can we use them?

647


What is razor view in c#?

629