Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How will you update multiple records in a single shot?
From an ASP.net appli to SQL Serevr

Answers were Sorted based on User's Feedback



How will you update multiple records in a single shot? From an ASP.net appli to SQL Serevr..

Answer / mithun

Create a data table. add mulitple records to it. pass it as datatable to stored procedure.

in DAO, pass datatable as single parameter of type SqlType.Structured.

in SQL, create a user defined datatype of table with same structure u pass from web. select the column values from table datatype an insert into table.

Is This Answer Correct ?    2 Yes 1 No

How will you update multiple records in a single shot? From an ASP.net appli to SQL Serevr..

Answer / darshit

it does not support in Sql Server 2005

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More AJAX Interview Questions

How to handel error in ajax?

0 Answers  


Who is using ajax?

0 Answers  


What are the pre-requisites to execute AJAX applications on a server?

1 Answers  


Which are the trigger types that we find in update panel?

0 Answers  


Some of the google examples you cite don't use xml at all. Do I have to use xml and/or xslt in an ajax application?

0 Answers  


Explain Ajax polling?

0 Answers   MaxSolPro,


Is ajax just another name for xmlhttprequest?

0 Answers  


What are the controls of the Script Management group?

1 Answers  


Is it compulsory to have script manager on the page when you are using any control of ajax control tool kit?

0 Answers  


Which two methods are used for handling cross-domain ajax calls ?

0 Answers  


Describe how to handle concurrent ajax requests?

0 Answers  


What does the dynamicpopulateextender control do? : asp.net ajax

0 Answers  


Categories