How I can call webpage values from a module.
I have created a called movedata module in app_start, how to call values from my webpage to a module, so as i call process them.
Public Function transfer()
If Forms!Classes!Class = "p3" Then
DoCmd.RunSQL("Pushclassperformancestreambs '" & Forms!Classes!Class & "','" & Forms!Classes!stream & "'")
Else
DoCmd.RunSQL("Pushclassperformancestream '" & Forms!Classes!Class & "','" & Forms!Classes!stream & "'")
End If
'totalaggtemp
If Forms!Classes!Class = "p3" Then
divisionedd52016
Else
divisionedd5
End If
'totalaggtemp23
totalaggtemp234
'DoCmd.RunMacro ("empty9null") sula removed
positionP7
outofp7
'formally not there stream pos
streampos.streampos
'If Forms!Classes!ST = 1 Then
'Exit Function
'End If
MsgBox("You can now view the students performance"), vbExclamation, "SMIS 2000"
DoCmd.RunSQL("Firstclearoldmarks")
DoCmd.RunMacro("attachpos")
DoCmd.RunSQL("Attachmissed")
DoCmd.RunSQL("attachmissedagain")
End Function
I have this code below but it in ms access but currently i wanted to use a similar code in asp.net vb