A.Close B.Dispose C.Finalize D.using E.Quit
A.把下列的代碼加到InsuredAuto.aspx:頁面中的vehicleIDNumber.TextChanged事件處理函數(shù)中:vehicleIDNumber.Text=vehicleIDNumber.Text.ToUpper() B.把下列的代碼加到InsuredAuto.aspx:頁面中的submitButton.Click事件處理函數(shù)中:vehcicleIDNumber.Text=vehicleIDNumber.Text.ToUpper() C.把下列的代碼加到InsuredAuto.aspx:頁面中的PagInit事件處理函數(shù)中:vehicleIDNumber.Text=vehicleIDNumber.Text.ToUpper() D.把下列的代碼加到InsuredAuto.aspx:頁面中的PagRender事件處理函數(shù)中:vehicleIDNumber.Text=vehicleIDNumber.Text.ToUpper()
A、修改Web.config文件支持StateServer模式 B、修改Web.config文件支持SQLServer模式 C、修改Web.config文件支持InProc 模式 D、在Global.asax文件中的Session_Start程序中,設(shè)置WebMethod特性的EnableSession屬性為true E、在Global.asax文件中的Session_Start程序中,設(shè)置WebMethod特性的Description屬性為sessionState