ALLInterview.com :: Home Page            
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   SiteMap shows list of All Categories in this site.
Google
   
 
Categories  >>  Software  >>  Microsoft Related  >>  ASP.NET
 
 
 
Question
How do you create a permanent cookie?
 Question Asked At :: , Fgdfg
 Question Submitted By :: guest
I also faced this Question!!     Rank Answer Posted By  
 
Answer
write this cod on submit button : ..........

 HttpCookie objCookie = new HttpCookie("UserCookie");
            objCookie.Values.Add("UserName", TextBox1.Text);
            objCookie.Values.Add("UserPass", TextBox2.Text);
         
//for permanent cookie .......
   objCookie.Expires = DateTime.MaxValue;

            Response.Cookies.Add(objCookie);
           
 Response.Redirect("Default2.aspx");

 
Surya Beniwal
 
View All Answers
 
 
 
 
 


   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2012  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com