Answer Posted / swetha
set expires property to Date.max value
i.e httpcookie.Expires= Date.maxvalue
| Is This Answer Correct ? | 26 Yes | 1 No |
Post New Answer View All Answers
How do you do Client-side validation in .Net?
Describe the events in the life cycle of a web application.
What is the difference between the get method () and post method ()?
What is view state and how it works in asp net?
Can we use html in asp.net?
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.
Is asp.net still used?
How to make sure that contents of an updatepanel update only when a partial postback takes place (and not on a full postback)?
What are the different types of cookies in asp.net?
Let's say I have an existing application written using vb6 and this application utilizes windows 2000 com+ transaction services. How would you approach migrating this application to.net?
How could you modify xaml content from javascript?
Explain the flow of processing of the request? : asp.net mvc
What is meant by web application?
Which asp.net objects encapsulate the state of the client and the browser?
How tooltip is set through code-behind in ASP.NET?