Answer Posted / sathish
create procedure <pro.name>
{
@variable declartion,,,,,
AS
if exist(select the table with condition)
BEGIN
update query
END
else
BEGIN
//insert new data
END
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
3. What goals do you have in your career?
Explain the difference between value type and reference type?
How do active server pages work?
Why Unload event of MasterPage Calls first in ASP.net ?
What is the procedure to handle the process request using mhpm events fired? : asp.net mvc
How do we sort the data from a dataset?
5. What three Specific Job Positions do you target from Swatz Oils GROUP U.K?
Explain the reason why the javascript validation not run on the asp.net button but run successfully on the html button?
Write some code using interfaces, virtual methods, and an abstract class`
What is difference between singleton and single call?
Can you explain how ASP.NET application life cycle and page life cycle events fire?
How to add DateTime Control in normal DataGrid Server Control?
When should I use server transfer and response redirect?
How can i explain my project during interview?many time i expalain my project but they did't accept? please explain me.
How is the asp.net mvc architecture different from others? : asp.net mvc