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
What is server infrastructure & server components?
What is fulltrust?
How should I destroy my objects in asp.net?
what is the difference between response.write() and response.output.write()?
Explain the boxing and unboxing concept in .net?
What are the difference between function and stored procedure in .net programming language?
What is a proxy in web service?
Which is faster union or union all?
What is query string in asp.net?
What ports must be open for DCOM over a firewall? What is the purpose of Port 135?
What do you mean by role-based security?
What is cas?
How you can access the properties and controls of master pages from content pages?
What are the two properties that are common on every validation control?
What is use of <% %> in asp.net?