What is the other method, other than GET and POST, in ASP.NET?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / guest
get method show the value in brouse but post is not.
Is This Answer Correct ? | 3 Yes | 5 No |
How to implement Authentication and Authorization?
What is the difference between Session and response.Redirect?
What is custom attribute? How to create?
How does the XmlSerializer work? What ACL permissions does a process using it require?
Why do we use asp.net?
What are the components of ado.net?
Can any one explain with the example how to capture the application error in Aplication_Error() method?
How to manage pagination in a page?
Difference between DataView and DataTable
What is ISAPI?
What are three ways that you can use a compare validator?
How asynchronous call can be implemented using delegates?