Answer Posted / ritu
CONNECT
DELETE
GET
HEAD
MOVE
OPTIONS
POST
PUT
TRACE
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are assemblies and namespaces and explain the difference between them ?
How do I know asp.net mvc version? : Asp.Net MVC
What are the event handlers that can be included in the Global.asax file?
What are the advantages of using session?
Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?
Which namespace is used by ado.net?
Which is faster union or union all?
Can you explain why it is useful to use mvc instead of webforms? : asp.net mvc
How you will manage the state of ASP.NET controls?
I have an external link in my application say www.xyztest.com. Today this site works on http protocal. Tommorow it may run on https. So i cant hardcore the protocal in the site. When a user clicks on the link how can i know if the external site works on http or https and takes him to that place?
Explain diff. Betn dataset and recordset?
How to display Alert in ASP.NET
What is server transfer?
If you have an application with multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers by using round-robbin load balancing. Explain which is the best approach to maintain login-in state for the users?
What is the difference between CLICK and MOUSE DOWN Event ?