Explain the difference between cookies collection and form/querystring collection?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More ASP Interview Questions

Explain the order of precedence for logical operators.

0 Answers  


I have written an assembly that I want to use in more than one application. Where do I deploy it?

0 Answers  


Name the methods in application object?

0 Answers  


What is the microsoft intermediate language (msil)?

0 Answers  


How are sessions maintained? A. The browser sends a cookie to the server with each request. B. The browser sends a Querystring variable to the server with each request. C. The browser sends a hidden Form variable to the server with each request. D. The browser sends a long variable to the server in the BODY of each request. E. None of the above.

1 Answers  






Can be arrays resized by using the keyword redim?

0 Answers  


What are the differences between asp and asp.net and is asp.net backward compatible to asp?

0 Answers  


Explain the post & get method or explain the difference between them in asp?

0 Answers  


How long is a SessionID guaranteed to be unique? A. It is unique for the web server, whether it is restarted or not. B. Only until the web server is restarted. C. It is like a GUID in that it is for any web server at any time. D. Only until the session expires, then it can be reissued to another client. E. It is unique per client. A client cannot have two sessions with the same SessionID

1 Answers  


What are the asp components?

0 Answers  


Name two properties common in every validation control?

6 Answers   HCL,


What are the collections of Session Object?

2 Answers  


Categories