Please help how can i display make the days to appear vertical and also make the grid view editable using asp.net thanks in advance.
Note : i would like the days to be vertical and not duplicated
i have attached a sample of the expected output
<%@ Page Title="" Language="vb"...
Note: i would want to read the data from the table newstreamtrap in the database then iam using MVC visual studio 2019
Dim audit As New ADODB.Recordset
audit.Open "Newstreamtrap", CurrentProject.Connection
audit.Find ("stream= '" & Forms!studentsearch!ADDNEW!STREAM & "'")
If audit.EOF Then...
Private Sub NAME_AfterUpdate()
Me!changed = "C"
If IsNull(Forms!studentsearch!ADDNEW!NAME) Then
MsgBox ("Student Name can not be empty"), vbCritical
Me.Undo
Exit Sub
End If
DoCmd.RunSQL ("delaccount")
DoCmd.RunSQL ("sendsingleaccount '" & Forms!studentsearch!ADDNEW!ADMNO & "'")
Dim pj As New...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.