Login.aspx [ form page ] Login.asp.vb [code behind] Imports System.IO Imports System.Data.OleDb Imports System.Web.UI.WebControls.ImageButton Imports System.Web.UI.WebControls.TextBox Imports System.Web.SessionState Imports System.Web.Security Imports System.Web Partial Class Control_Panel Inherits System.Web.UI.Page Protected Sub Login_Click(ByVal sender As Object, ByVal e As System.Web.UI.ImageClickEventArgs) Handles Login.Click ‘/ defining controls Dim usn As TextBox Dim pwd As TextBox ‘/ binding controls usn = […]
Home » Posts tagged "Access" (Page 5)
Archive for the 'Access' Tag
Calculating total from recordset using “select case”
Here is code in classic asp Here is example on how to calculate recordset total using “select case” statement. I have calculated essay and resume scholarship values based on records fromĀ two essay and resume tables, and queried results based on applicant-student registration ID or name. Then I calculated “total score” of each student using […]