What is web api and why to use it?


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

Post New Answer

More ASP.NET Interview Questions

I am using SQLServer 2005. I have one table called Drivers. Every day thousands of records will be added in this table. I have to show all these records in my GridView with out applying ajax timer beacause we don't know the time limit when the new record come to the table. Sometimes it will add for 10 seconds some times 20 seconds. There by Please try without using timer or any other soultion apply for the table in sqlserver. But, i want to see all records immediately when new record comes in table. How? Thanks in advance... Ramesh

5 Answers  


What is localization and Globalization?

3 Answers  


What is the difference between GridView and Repeater controls in ASP.NET?

0 Answers  


In which event are the controls fully loaded?

0 Answers  


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  






Diff B/W user control and server control

3 Answers  


What are the types of authentications in ASP.NET?

2 Answers   Accenture, BirlaSoft,


Can we use http handlers to upload a file in asp.net?

2 Answers  


What is Cookies Less Session?

0 Answers  


What is master page in dtp?

0 Answers  


Can you explain one critical mapping?

0 Answers  


Explain the differences between Server-side and Client-side code?

3 Answers  


Categories