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
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 |
What is the importance of client-side libraries? : asp.net ajax
Is it compulsory to have script manager on the page when you are using any control of ajax control tool kit?
What are all the features of Ajax?
What is the name of the DLL that contains Ajax control tool kit?
What is polling in ajax.
Is there any use abilities problems in ajax?
Describe ajax control extender toolkit? : asp.net ajax
What is json? : asp.net ajax
Is ajax considered a programming language?
Where AJAX cannot be used?
What are all the browsers support AJAX?
What is the basic goals of AJAX ?