Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: I got diffrend result by submit identical form??WHY??


Message #1 by "max.li" <max@a...> on Wed, 18 Jul 2001 09:44:23
I put a button control (System.Web.UI.WebControls.Button) on my aspx file.

It seem that button can only use once, right?

when I click button ,the following statement will be triggerd

public void LinkButton1_Click (object sender, System.EventArgs e)

{

	Navigate("http://www.microsoft.com");

}

as you think.the ie will navigate to microsoft's homepage,at this time I 

click goback button on the ie's toolbar.It navigate back to the page Which 

I wrote.

Question is appear.I click other button which type is "submit" name 

is "button1 or button2" They doesn't response correctly ,they all navigate 

to microsoft's home page.I don't know why.I hope you can tell me why



Thank you for reading,and Thanks for write back to me ^_^ 


  Return to Index