Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

how to get modified rows from Dataset

1 Answers   CGI,


Below is a code extract from an ASP.Net application. The code basically reads data from the “name” field in the “members” table and prints them onto the webpage. Using the assumptions provided, fill in the 4 blanks below so that the code will run correctly. ‘Assumptions: ‘conn_str is a variable that holds the connection string to the database ‘Objects dbcomm and dbread are already declared earlier dbcomm = New OleDbCommand("SELECT name FROM members", conn_str) dbread = dbcomm._______________ _____________________ response.write(_______________) _____________________ dbread.Close()

4 Answers   Techno Solutions,


Disable browser cache for entire ASP.NET website?

0 Answers   HCL,


Take a Large textbox allow to type any data. Task 1:display the count of vowels in a lable on key press event of the textbox Task 2:dispaly count of dates in a lable when dates in following foramats:dd/mm/yy , mm/dd/yy , yy/mm/dd. Task3:compare 2 dates and display both are same or not which dates are in dd/mm/yy and mm/dd/yy farmats.

0 Answers   eMids,


What is the sequence in which ASP.NET events are processed?

0 Answers  


What is rending process in ASP.NET?

0 Answers   Sans Pareil IT Services,


which one is faster execute reader, scalar, execute non query ?

18 Answers   Intiger, Minecode,


What is meant by role based security? when we use this one

2 Answers  


What is the Difference between Web.config and global.asax? Can we write connection String code in global.asax?

10 Answers   Microsystems,


How does windows service lifecycle differ from a .standard. Exe?

0 Answers  


What kind of data can be stored in viewstate?

0 Answers  


If we add a textbox and give the required field validator,and i add two radio buttons 1 is yes another one is No.And i add another one server control button ,if i click the button ,if the radio button Yes is checked the validation control is fired ,if no the validation control is not fired.So what you used to solve this problem.

6 Answers   CTS,


Categories