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 |
Can we nest the updatepanel controls? : asp.net ajax
Which two methods are used for handling cross-domain ajax calls ?
Explain fetch api in javascript?
Is it possible to set session variables from javascript?
What is the purpose of xmlhttprequest?
What are the disadvantages of Ajax?
Which request is better, Get or Post?
Do we have to use http get/post for the ajax calls?
What is the Difference between AJAX and Javascript?
What are all the technologies used by Ajax?
What is the difference between javascript and ajax?
How to create an ajax website using visual studio?