Results 1 to 2 of 2

Thread: Using Signar to auto diplay on Other Computers

  1. #1

    Thread Starter
    Member
    Join Date
    Sep 2020
    Location
    Kampala
    Posts
    39

    Using Signar to auto diplay on Other Computers

    Name:  Screenshot 2022-08-24 at 09-44-00 Screenshot.jpg
Views: 352
Size:  15.3 KB

    Code:
       Dim cmd As New SqlCommand("SELECT NAME,SEX, ADMNO,STDTYPE,AGE,Phone,address FROM Student")
                StudentGrid.DataSource = Me.ExecuteQuery(cmd, "SELECT")
                StudentGrid.DataBind()
                'Required for jQuery DataTables to work.
                StudentGrid.UseAccessibleHeader = True
                StudentGrid.HeaderRow.TableSection = TableRowSection.TableHeader
            End If

    i would want immediately after entering a record it should display by date so that the other end user can see that a record has been inserted
    Last edited by Makumbi; Aug 24th, 2022 at 02:07 AM.

  2. #2

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width