Simple as that.
i want to save the ip on a session id, or. when he click on a button it will do like that:
using (StreamWriter writer = new StreamWriter(fileStream))
{
writer.WriteLine(TextBox1.Text);
}
(its not all the code ofc)
when he click on a button, it will wirte the ip into the file. :)
any way to do so?