How do you insert multiple rows from a grid view to database
table under a single transaction?
Answer Posted / ashish saxena
It can be done using SQL BulkCopy Object.
| Is This Answer Correct ? | 7 Yes | 6 No |
Post New Answer View All Answers
Write some code using interfaces, virtual methods, and an abstract class`
If I have more than one version of one assemblies, then how will I use old version (how/where to specify version number?) In my application?
What is the advantage of mvc over asp.net? : Asp.Net MVC
a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.
what is AutoEventWireUp and what is the use of This property explain in details?
Explain the difference between asp.net mvc and asp.net webforms
What is the difference between cookie and session?
Does google crawl redirects?
Explain the difference between asp & asp.net.
What is connection pooling and how to enable and disable connection pooling?
What is the behavior of a Web browser when it receives an invalid element?
What is a master page and what does it do?
How do we assign page-specific attributes?
Why we use dbms for projects? Why don’t we save any application data in separate files instead of dbms?
What are all the various Estimation Techniques available ?