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 |
Tell name of all the control of ajax?
What are ajax limitations?
Explain the need of the timer control in ajax? : asp.net ajax
What is the use of the scriptmanager control in ajax? : asp.net ajax
What are all the different data types that JSON supports?
What is AJAX Framework?
What are the benefits of ajax?
Does load runner support ajax apps?
How can we get the state of the requested process? : asp.net ajax
What kinds of applications is ajax best suited for?
whether QTP sopports the ajax application
What is the predominant distinction between javascript and j-query?