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 can we Validate a Controls in ASP.NET page using JavaScript?
What is scope of an application variable in asp.net?
If I am developing an application that must accomodate multiple security levels though secure login and my asp.net web application is spanned across three web-servers (using round-robin load balancing). What would be the best approach to maintain login-in state for the users?
How to store checkbox value in database in asp.net mvc? : Asp.Net MVC
Explain the use of view state?
ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
Can I tap into other windows livetm services?
5. What three Specific Job Positions do you target from Swatz Oils GROUP U.K?
What is the difference between an htmlinputcheckbox control and an htmlinputradiobutton control?
Explain what benefit does your code receive if you decorate it with attributes demanding specific security permissions?
1.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application????
What are the server control tags in asp.net.?
What is server transfer?
Why we are using mvc instead of asp.net? : Asp.Net MVC