Line 67: Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
Line 68: If Not IsPostBack Then
Line 69: Dim userDS As Data.DataSet = SQLHelper.ExecuteDataset(SQLHelper.GetConnString, Data.CommandType.Text, "SELECT * FROM tblUsers WHERE guid = '" & Request.Cookies.Item("Snight.User").Value & "'")
Line 70: If userDS.Tables(0).Rows.Count > 0 Then
Line 71: Dim userRow As Data.DataRow = userDS.Tables(0).Rows(0)
|