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 |
What is the difference between and ActiveX dll and control ?
What is custom attribute? How to create?
What does the following SQL statement return, assuming that all tables and column names are correct? SELECT FirstName, StreetAddress FROM Employees JOIN AddressBook ON Employees.EmpID = AddressBook.EmpID a) Nothing, the JOIN syntax is wrong. b) All the records form the Employees table, and only the matching ones form the StreetAddress table. c) All the records from the StreetAddress table and only the matching records form the Employees table. d) Only the matching records from the two tables.
Explain about the .NET framework?
What is virtual directory in asp.net?
What is server transfer?
Can more than one person use the same login?
when u enter the data in one text box once u completed entering the text box data then one page has to be popuped and the text has to be displayed in the parent page
What is custom events? How to create it?
What are the differences between primary foreign and unique keys?
Can you explain autopostback?
What is break mode?