How do you create a permanent cookie?
Answer Posted / shwetha
by setting the expiry property greater than
datetime.minvalue...
| Is This Answer Correct ? | 10 Yes | 13 No |
Post New Answer View All Answers
What are HTTP handlers in ASP.NET?
Describe how ASP.NET maintains process isolation for each Web application?
Write a code for sending an email from asp.net application.
Are there any resources for drop-in replacements for the default css that comes with the ASP.NET Website template?
How can you apply a theme to your asp.net application?
Explain the difference between page.registerclientscriptblock and page.registerstartupscript?
What is autopostback true?
Where is the view state data stored in asp net?
What is bound controls
What is the difference between debug and release?
What is the equivalent of date() and time() in asp.net?
For which does this Codebehind="MyCode.aspx.cs" is relevent to ?
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
Why is mvc better than asp.net?
Is asp.net different from asp? If yes, explain how?