Answer Posted / charan
Get , Post, Connect, Debug, Trace and Head
Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
What’s the difference between response .redirect and server.transfer?
What is the life cycle of an asp.net page?
What are HTTP handlers in ASP.NET?
Web API uses which library for JSON serialization?
in which protocol ASP.NET WEB API Work?
Which browsers support the xmlhttprequest object?
What are the event handlers that can be included in the Global.asax file?
What setting must be added in the configuration file to deny a particular user from accessing the secured resources?
What is the difference between dispose() and finalize()?
What is httpresponse?
What is the difference between exe and dll?
We are using Jscriopt validations and at clint site javascript is not running that time validation would work? if yes then how it would behave?
List of words of preprocessor in .net?
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
Explain the difference between server.transfer and response.redirect? Why would I choose one over the other?