What should be used in order to determine if the
cookie "FavoriteFlavors" in the request object contains
more than one entry?

A. Request.Cookies("FavoriteFlavors").HasItems
B. Request.Cookies("FavoriteFlavors").Collection.Count
C. Request.Cookies("FavoriteFlavors").Dictionary
D. Request.Cookies("FavoriteFlavors").HasKeys
E. Request.Cookies("FavoriteFlavors").Count



What should be used in order to determine if the cookie "FavoriteFlavors" in the request..

Answer / guest

Request.Cookies("FavoriteFlavors").HasKeys

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More ASP Interview Questions

how can we done appllication deployment

0 Answers   3i Infotech, HCL,


What is the Default ScriptTimeOut for Server Object? A. 20 Sec B. 30 Sec C. 60 Sec D. 90 Sec

1 Answers  


How can you disable the browser to view the code?

0 Answers  


very Simple Question i Know But I Cant Do It public int Y { get { return _y; } set { _y = value; } } How Can i Check for Value Y in Accessories Say if Y > 5

0 Answers  


is string is a value type or reference type?

1 Answers   TCS,






Explain the post and get method or explain the difference between them?

0 Answers  


What is ServerVariables collection?

2 Answers  


Hii My Question is How the Down Payment will clear in APP? Can any one help me

0 Answers  


what is n tier ?

1 Answers   eSoft, Government,


How many global.asa files can an Application have?

2 Answers  


Distinguish functionalities of ASP in web design.

0 Answers  


1)Declare array with five elements a[]={8,4,6,2,1,10} Print minimum and maximum no from array.

1 Answers   Infosys, Syntel,


Categories