新サイトへ移転しました 約3秒後に自動的にリダイレクトします。 // ASP.NETのGridViewコントロールは、デフォルトでは thead, tbody, tfootの要素を生成しない。 GridViewのRowCreatedイベントにおいて、Row.TableSelectionプロパティの設定を行うことで、thead, tbody, tfoot の要素を出力することが可能となる。 Protected Sub gvMeisai_RowCreated(sender As Object, e As System.Web.UI.WebControls.GridViewRowEventArgs)…