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
Why is mvc better than asp.net?
What is advantage of asp.net?
How do you declare static variable?
What should you do is you want to remove an existing component but would like to make some funtionalities?
What is sta?
Explain difference betn dataset and recordset?
How does cookies work in asp net?
Differentiate between authentication and authorization.
Describe state management in asp.net?
Describe the master page.
Name the tools or API for developing or testing web api?
What is difference between session and cookie?
Explain how asp.net different from asp?
How many ways are there to maintain a state in .net? What is view state?
What is different authentication mechanisms used in ASP.NET?