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 |
How does one call a javascript function from the ajax code?
In what way are proxyless calls different than the proxied calls in ajax?
Is ajax considered a programming language?
is the xmlhttprequest object part of a w3c standard?
Explain the limitations of ajax? : asp.net ajax
What are all the security issues of Ajax?
What are all the browsers support AJAX?
whether QTP sopports the ajax application
What are the differences between ajax and javascript? : asp.net ajax
What are the advantages and Disadvantage of Ajax?
What are the new features of asp.net ajax 4.0?
Is Ajax said to be a technology platform or is it an architectural style?