我想重定向到同一個項目中的另一個頁面並自動點擊事件。我可以重定向到另一個頁面,但需要有關如何自動觸發事件的幫助。從我在哪裏重定向類被稱爲Testing and the class to which i redirect is
TabTest . My code in the
Testing`類是:如何重定向到其他頁面並在該頁面上觸發事件?
protected void LinkButton2_Click(object sender, EventArgs e)
{
Response.Redirect("TabTest.aspx");
}
我編輯你的問題,使它更清晰,但我可能做錯了什麼,改變了意思。你能否通過這個版本檢查你想要的?否則使用編輯鏈接進行更新。 –