What is the other method, other than GET and POST, in ASP.NET?
Answer Posted / nisha patel(ceng)
using GET method data transfer through URL, so its not a
safe for such type of data like login page, its view user
name or password. that's not sequre for any web
application. In POST data transfer through quiry string, so
it is very secquire..........
| Is This Answer Correct ? | 7 Yes | 6 No |
Post New Answer View All Answers
Explain the difference between asp and asp.net?
How to rename a table using sql queries?
How to disable disable browser's Back button in asp.net (JavaScript)?
Do you know using sql cache invalidation?
What do you mean by View State and what is its role?
What is the difference between file-based dependency and key-based dependency?
By default, Web API sends HTTP response with which of the following status code for all uncaught exception?
What is global.asax file used for?
What is state management techniques in asp.net?
What is httpresponse?
Why do we need a web application session?
hi .net gurus. plz if any one has dumps on 70-631 and 70-541 on windows sharepoint services kindly mail me.
Explain the Order of events in an asp.net page?
How tooltip is set through code-behind in ASP.NET?
What is the use of asp.net web api?