「HttpContext クラスによる別ページへの値渡し」の編集履歴(バックアップ)一覧はこちら

HttpContext クラスによる別ページへの値渡し - (2008/02/06 (水) 14:09:07) の1つ前との変更点

追加された行は緑色になります。

削除された行は赤色になります。

// 現在のページ名 *&this_page()  **概要 ページの説明 **前提条件 -[[新しいwebサイトの作成]] **手順 default.aspx を以下のように変更。 #highlight(vb.net){ Partial Class _Default Inherits System.Web.UI.Page Protected Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.Click Context.Items.Add("NAME", "オタク女") Context.Items.Add("ADDRESS", "コリン星") Context.Server.Transfer("default2.aspx") End Sub End Class } &img(画像.jpg)
// 現在のページ名 *&this_page()  **概要 ページの説明 **前提条件 -[[新しいwebサイトの作成]] **手順 default.aspx を以下のように変更。 #highlight(vb.net){ Partial Class _Default Inherits System.Web.UI.Page Protected Sub Button1_Click(ByVal sender As Object _ , ByVal e As System.EventArgs) Handles Button1.Click Context.Items.Add("NAME", "オタク女") Context.Items.Add("ADDRESS", "コリン星") Context.Server.Transfer("default2.aspx") End Sub End Class } &img(画像.jpg)

表示オプション

横に並べて表示:
変化行の前後のみ表示:
記事メニュー
目安箱バナー