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 |
Does ajax work with java?
How many validation controls are available in asp.net ajax 4.0? : asp.net ajax
What are the differences between ajax and javascript?
What is json? : asp.net ajax
What are all the technologies used by Ajax?
Does this mean adaptive path is anti-flash?
What parts of the html_ajax api are stable?
What is the minimum version of php that needs to be running in order to use html_ajax?
What does the minimumprefixlength property of the autocompleteextender control do? : asp.net ajax
What is ajaxcontrol toolkit?
What’s new is the prominent use of these techniques in real-world applications to change the fundamental interaction model of the web. Ajax is taking hold now because these technologies and the industry’s understanding of how to deploy them most effectively have taken time to develop.
Describe ajax control extender toolkit? : asp.net ajax