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 |
Explain the difference between asp and asp.net?
What is the use of global.asax file?
Have you used microsoft dataaccess blocks and Exception blocks?
Explain exception filters?
how to add cliet side event to server side? and how to register client script to sever side? wt difference these two
How we can set Different levels of Authentication in .Net? What are the difference between Windows Authenticatin, Passport Authentication and Form Authentication?
What is custom tag in Web.Config?
What are the advantages of asp.net?
i want the asp.net technical questions and answeres
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.
How do you perform validations ?