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 java have support for comet style server-side push?
What is the work of the conformonformsubmit property in the confirmbuttonextender control? : asp.net ajax
Describe Ajax With its Implementation Process ? Give an example?
Is the ajaxcontroltoolkit.dll file installed in the global assembly cache? : asp.net ajax
How can we handle exception handling in Ajax?
Would we be able to settle the updatepanel controls?
How do we manage concurrent request?
Define json?
What are the types of open() method used for xmlhttprequest?
Is the server or the client in control?
Is it compulsory to have script manager on the page when you are using any control of ajax control tool kit?
Is ajax a framework?