How can we insert 100 records @ a time without using for loop into the databse
Answer Posted / natraja
convert your data as XML and use OpenXML concept in your sp
Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
explain the nature of the assembly work?
What is namespace explain with example?
What are the properties of a string class?
Why linq is having select clause at the end?
Is array passed by reference in c#?
What are the examples of data types?
How is lazy loading achieved?
Explain About Postback
What is difference between array and list in c#?
Explain Direct CAST vs CType ?
What is interface inheritance?
What is using keyword?
Which of the following API is used to hide a window?
What are the types of serialization?
Difference between type constructor and instance constructor? What is static constructor, when it will be fired? And what is its use?