What is the other method, other than GET and POST, in ASP.NET?

Answers were Sorted based on User's Feedback



What is the other method, other than GET and POST, in ASP.NET?..

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

What is the other method, other than GET and POST, in ASP.NET?..

Answer / rohini

set, let

Is This Answer Correct ?    4 Yes 3 No

What is the other method, other than GET and POST, in ASP.NET?..

Answer / guest

get method show the value in brouse but post is not.

Is This Answer Correct ?    3 Yes 5 No

Post New Answer

More ASP.NET Interview Questions

Explain the difference between asp and asp.net?

0 Answers  


What is the use of global.asax file?

0 Answers  


Have you used microsoft dataaccess blocks and Exception blocks?

1 Answers   Microsoft,


Explain exception filters?

0 Answers  


how to add cliet side event to server side? and how to register client script to sever side? wt difference these two

3 Answers   PSI Data Systems,


How we can set Different levels of Authentication in .Net? What are the difference between Windows Authenticatin, Passport Authentication and Form Authentication?

1 Answers  


What is custom tag in Web.Config?

0 Answers   Accenture,


What are the advantages of asp.net?

0 Answers  


i want the asp.net technical questions and answeres

0 Answers  


1. What is Connection Pooling…? 2. Maintaining Sessions in ASP.NET 3. ASP.NET page lifecycle. 4. Can we store objects in sessions. 5. What is AJAX..? 6. Serialization/Deserialization. Why we use serialization and Deserialization…? 7. What are Arrays and Arraylist..? 8. Difference between Authentication and Authorization…? 9. Difference between abstract class and Interfaces 10. What is a view..? Does a view contain data..? 11. What are triggers..? 12. What are transactions..? 13. What is Metaview (oracle)..? 14. What is Inheritance..? How can we call a method from the base class..? 15. Can an abstract class have zero abstract methods..? 16. How to read from Message Queue..? 17. What is Metadata..? 18. You would prefer to have business logic in c# or DB Side..? Why…?

1 Answers   Franklin Templeton, Sky InfoTech,


Give an example of cookie abuse.

0 Answers  


How do you perform validations ?

2 Answers   Microsoft,


Categories