Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_beginners thread: refresh the page


Message #1 by anirose_US@y... on Tue, 13 Aug 2002 21:36:42
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

  Return to Index