T
Tony Johansson
Hello!
I have run this code and made a search in all files after myval but haven't
find one.
I use Windows XP and VS 2008 and run from within VS2008 the built in web
develoment server.
So where can I find this cookie file ?
protected void buttonSubmit_Click(object sender, EventArgs e)
{
string myval = "myval";
HttpCookie cookie = new HttpCookie("mycookie");
cookie.Values.Add("mystate", myval);
Response.Cookies.Add(cookie);
}
//Tony
I have run this code and made a search in all files after myval but haven't
find one.
I use Windows XP and VS 2008 and run from within VS2008 the built in web
develoment server.
So where can I find this cookie file ?
protected void buttonSubmit_Click(object sender, EventArgs e)
{
string myval = "myval";
HttpCookie cookie = new HttpCookie("mycookie");
cookie.Values.Add("mystate", myval);
Response.Cookies.Add(cookie);
}
//Tony