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
How to you can limit Access to Web API to Specific HTTP Verb?
What is the mvc framework?
Explain how do you deploy your asp.net application?
What is the use of HttpHandlers? When to use this?
How can u deifne the benefits and limitation of using Viewstate for state management?
If you want to write your own dot net language, what steps you will you take care?
Distinguish between Server-side and Client-side code with its functionality?
What is the equivalent of date() and time() in asp.net?
Explain the concept of event bubbling in ASP.NET?
What is query string with example?
What is globalization and localization in asp net?
How does session authentication work?
When you use Ajax controls in the ASP.NET application?
What is the purpose of using MVC programming pattern in ASP.NET?
Explain the components of web form in asp.net