syntax used to call session id in sql query in the next page using visual basic
Session("Reg_number") = txtreg.Text
The query
Dim SqlCmd As New SqlCommand("SELECT * from hsPersonalData WHERE Reg_number = (session id) ", connection)
syntax used to call session id in sql query in the next page using visual basic
Session("Reg_number") = txtreg.Text
The query
Dim SqlCmd As New SqlCommand("SELECT * from hsPersonalData WHERE Reg_number = (session id) ", connection)