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

Can an int be negative c#?

574


What is the root element of an xml file?

487


Define collections?

488


What is a dll in c#?

435


What do you mean by winforms in c#?

495






what is IDisposal interface

662


Explain about accessibility modifier 'protected internal'?

532


How are methods overloaded?

531


What is the difference between string keyword and system.string class?

506


What is data quality assurance?

437


What is the property of a class in c#?

482


Are classes passed by reference in c#?

475


what is difference between destruct or and garbage collection ?

502


How do partial classes work in c#?

472


How is lazy loading achieved?

486