Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How do you create a permanent cookie?

Answer Posted / surya beniwal

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");

Is This Answer Correct ?    7 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)

2088


Name the two properties are on every validation control?

1037


Differentiate between a hyperlink control and a linkbutton control.

1027


Describe the method to create a permanent cookie?

1126


What are triggers of an updatepanel?

1025


Explain program to call the js function when the change is being made in the dropdown list made in asp.net mvc? : asp.net mvc

1042


What is difference between or and orelse?

1042


Explain about asp.net state management?

1080


How to communicate via Remote proxy with Client? a)MarshalByRef b)Marshal by Value or Any thing else?

2064


How to find last error which occurred?

1085


Explain method to handle error using HttpError in Web API?

1109


What are sql joins?

1050


How do I use response redirect?

1014


What is the exact purpose of http handlers?

1060


Name the namespace which is used by ado.net?

992