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

What are the differnt types of handler in ASP.NET?

0 Answers   Sans Pareil IT Services,


What is event bubbling?

0 Answers  


Differentiate between namespace and assembly.

0 Answers  


1. Briefly describe your ideal job?

1 Answers   Swatz Oils, Swetz Oil,


When should we use abtract class and Interface Class?Give an Example

4 Answers   Accenture, Cap Gemini, L&T, RM,






How do you declare static variable?

0 Answers  


What are html helpers in asp.net?

0 Answers  


Can we Run the Application without Build

3 Answers   Emphasis,


How many ways are there to maintain a state in .net? What is view state?

0 Answers  


For a webapplication if i want to gice access controls like admin,users how can i give security like rolebased?

2 Answers   CTS, Syncfusion,


what are the ihttphandler and ihttphandlerfactory interfaces ?

0 Answers  


How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?

0 Answers  


Categories