Search results for query: *

  1. Vani Alcaraz Dinglasan

    why cant i display my 2 table records in two datagridviews in windows form?

    why cant i display my 2 table records in two datagridviews in windows form? it only display the records of table 1 to the 2 datagrid views here is my code Imports System.Data.SqlClient Private cs As New SqlConnection("Data Source=JARM\SQLEXPRESS;Initial Catalog=ccs;Integrated...
  2. Vani Alcaraz Dinglasan

    Query Builder - Filtering by two columns. is it possible? how

    i try to filtered two columns to make SEARCHING a record more specific what i did is LIKE @ YearLevel + '%' and LIKE @ Semester + '%' but i got an error when i try to filter two columns it says Data type error in expression
  3. Vani Alcaraz Dinglasan

    how do i navigate through records?

    i have 1 database for 1 student. 1 student has 4 table records is it possible to display all 4 table records in 1 datagridview by having a "NEXT BUTTON" when i click the button it display the other records.. i really need this for my thesis in order to graduate. kindly help me please. thanks!
  4. Vani Alcaraz Dinglasan

    Question how can i call a 3 datagridview in one search button(all i can do is one datagridvie)

    how can i call a 3 datagridview in one search button i have a textbox and button for the searching method.... it is ok.. i use the student number for searching and it works.. but i need to do is.. call or view all datagridviews with the student number (all 4 tables have the same record of...
  5. Vani Alcaraz Dinglasan

    created a table/datagriview when a button is pressed. then how to connect/add to SQL

    i have a button. when i click the button, it will automatically create a table.. ---------------- i have a code that will create a table ---------------- Public Class Form1 Inherits System.Windows.Forms.Form Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As...
  6. Vani Alcaraz Dinglasan

    difference of coding from adding data source or adding object

    i use vb.net for our system in making our thesis.. and our database must be made from sql... what is the difference of connecting the database to vb.net --USING - "CODING" difference from ---USING - "ADDING DATA SOURCE, ahm the one that you would browse the sql .mdf file...
  7. Vani Alcaraz Dinglasan

    Where can i see the expression property of a column in datagrid?

    Where can i see the expression property of a column in datagrid?
  8. Vani Alcaraz Dinglasan

    datagrid column coding if else

    i got a datagrid connected to sql... my problem is i have two columns which is grade and evaluation i need to do is.. if grade has a value of 1-3 print passed and 4 above will print failed --------------------a string will be printed in evaluation column here is my sample code of mine...
Back
Top