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
How we can force all the validation controls to run?
What is the extension of master page in asp.net?
What is in a session cookie?
Can you use c# without .net?
What are the HTML server controls in ASP.NET?
What are sharepoint pages?
What is a postback in asp net?
What are type/key pairs in client script registration?
What tags do you need to add within the asp:datagrid tags to bind columns manually? How?
Elaborate differentiation between ViewState and SessionState?
What are the namespace classes used in asp.net mvc? : asp.net mvc
How is mvc different from asp.net? : Asp.Net MVC
What is the difference between a multi-layer and multi-tier applications?
What is true about application service provider?
What are the different types of sessions in asp.net? Name them?