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 ^_^