server.transfer

    3熱度

    5回答

    我知道應該使用Server.Transfer()重定向到同一臺服務器上的另一個「.aspx」頁面。但是爲什麼我不應該使用這個方法重定向到另一個服務器或html頁面上的aspx頁面呢? 你的答案真的appriciated。

    3熱度

    5回答

    在我的'a.aspx'的'Page_init()'中,我只有'server.transferrequest(「b.aspx」)。 這很好用,顯示「b.aspx」的內容,browserurl仍然停留在「a.aspx」。 快樂的日子。 但是,有誰知道如何從我的「b.aspx」(結果頁)看到這個URL? 通常的request.rawurl和request.url.absoluteuri都將當前頁面返回爲

    4熱度

    1回答

    我使用此代碼... Server.Transfer("/Student/StudentControlPanel.aspx?username=" + username); 並獲得以下異常: InvalidOperationException : "Failed to map the path '/Student/StudentControlPanel.aspx'." StudentContr