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
From which base class all web forms are inherited?
Can we use a static function with a non-static variable?
What are the advantages of using Master Pages?
ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?
What is rending process in ASP.NET?
What is state management in asp.net with example?
What is an asp.net validator? And, mention its types.
Why session is necessary in web application?
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)
What is meant by ispostback in asp net?
How to prevent client side validation from the ASP.NET validation controls?
What is the difference between ASP Session State and ASP.Net Session State?
What is the use of asp.net web api?
Explain server side state management system.
Explain server control extensibility with reference to asp.net 2.0 ?