How to insert multiple records in asp .net from Gridview to
Sql Database with out using loop condition ?
Answers were Sorted based on User's Feedback
Answer / nahaz nizam
Ya we can do it by using XML.we can send records with XML
format to the procedure as datatype xml in proc
Is This Answer Correct ? | 6 Yes | 1 No |
What does ole stand for in excel?
What is the difference between sqldatareader and sqldataadapter?
What is meant by entity framework?
Explain the various objects in dataset.
What is XML serialization
Describe the command object and its method.
Define different execute methods of ADO.NET command object ?
Differences between dataset.clone and dataset.copy?
What are the steps in connecting to database?
describe the dataset object in ado.net.
What is ado net stands for?
Can a DataReader be used as a DataSource for a GridView. If it is so how will you handle paging.