How to insert multiple records in asp .net from Gridview to
Sql Database with out using loop condition ?
Answer Posted / 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 |
Post New Answer View All Answers
What is Serialization in .NET? what are the types of Serialization?
What is ole in vb?
If a table contains 20000 records. In a page at each time 100 records to be displayed.
How can we save all data from dataset?
What is the difference between connected and disconnected environment?
how Sequence to connect and retrieve data from database using dataset?
What is row state?
What is ado and rdo?
What is the difference between a datareader and a dataset?
If a table contains 20000 records . In a page at each time 100 records to be displayed what are the steps you will take to improve performance? Will you use dataset or datareader?
What are all the different authentication techniques used to connect to MS SQL Server?
What is an orm, and why would you use one instead of plain old ado.net?
Which database is the ado.net?
describe the dataset object in ado.net.
Explain how to create dynamic gridview?