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
Can a struct have a default constructor (a constructor without parameters) or a destructor in c#?
Is functional interface runnable?
What is .dbml file?
How do partial classes work in c#?
How to open a new form on button click in Windows forms?
What is signature c#?
Is array ienumerable c#?
what class is underneath the sortedlist class?
How do you prevent a class from being inherited in c#?
What are the problem with .NET generics?
Describe the types of comments in c#?
How can we make a thread sleep for infinite period ?
How does substring work in c#?
How do switch statements work?
what is difference between destruct or and garbage collection ?