Which protocol is used in a web api?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More ASP.NET Interview Questions

How to display validation messages in one control?

0 Answers  


The technical part was on ASP.Net only of web services.

1 Answers   Symphony,


What is CLR ? Differentiate between CLR & CTS.

7 Answers   3i Infotech, TCS,


Explain different types of Caching techniques in ASP.NET?

0 Answers   Sans Pareil IT Services,


Describe the difference between inline and code behind - which is best in a?

0 Answers  


What combination of methods are used to improve the speed of the fill() method of the DataAdapter? a) BeginFillData() and EndFillData() b) StartFillData() and EndFillData() c) BeginLoadData() and EndLoadData() d) StartLoadData() and EndLoadData()

2 Answers   Syntax Softtech, winfoware,


Explain the differences between clr & cts?

0 Answers  


What is synchronous and Asynchronous post back ?

0 Answers  


How many rounds are there for a software programmer to clear interview in any IT industries(MNC).

3 Answers   HCL,


if i have placed the button control with the OnClick event like <asp:Button ID="mybutton" runat="server" Text="Insert" onclick="mybutton_Click" /> and some other controls(buttons, textboxes) in .aspx page. When i run the page, the button displays in the page source of the browser like <input type="submit" name="mybutton" value="Insert" id="mybutton" /> here, it does not display the onclick event, then how the page calls the button click on the server side, how the server side identify which button cause the submit, and how this page moves to the server side.

1 Answers  


when using personlization, how do you access over setting at runtime?

1 Answers  


what is the purpose of update panel control in ajax?

2 Answers   CSC,


Categories