aspx_beginners thread: refresh the page
hello guys ,
I got a question wityh .NET and C#.
what should I do if I want to see the refresh page whenever I click on my
button.
private void Button1_Click(object sender, System.EventArgs e)
{
Responsee.Redirect("/mydirectory/webForms/namefile.aspx");
}
I wrote the above sentence but it dosen't work. I need something to
refresh the page completely.
would u pls help me by that :(
Rosie
|





