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
What is the difference between viewstate and hidden field in asp.net?
What is the file through which you can customize your asp.net application?
Explain server side state management system.
What is odata in web api?
What are the session management techniques asp net?
What are the different validators in asp.net?
What is content page in asp net?
What is preprocessor in .net? Where it use?
What is bound controls
How can we update records in gridview?Is there any appropriate code for it?
How can you use a custom controls in ASP.NET application?
Explain asp.net mvc request life cycle? : asp.net mvc
Explain what is an abstract class?
Mention the execution process for managed code?
Explain one critical mapping?