What is Request Object?
Answers were Sorted based on User's Feedback
Answer / hema
It is the HTTP request passed from the client to server.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / guest
Gets information from the user. It has five collections by
which values can be accessed.
They are:
Querystring, Form, Cookies, Server Variables &
ClientCertificate
| Is This Answer Correct ? | 2 Yes | 1 No |
when u r designing where how do u design other than drag and drop method in the project of asp.net
what are ASP Objects?
What are the methods by which output stream is controlled?
What is msmq?
What is Response Object?
What is a service application?
• How do you relate an aspx page with its code behind page?
Name the data type should you use if you want an 8-bit value thats signed?
How do I open an asp file on a mac?
Define an application domain?
What is the difference between jsp and asp?
we are doing Design of Placement Website as our academic project. Home page is in c#.net format and register page is in asp.net format. We met a problem in this.register page is not linked in home page. how i complete my project with out any change..?