Search results for query: *

  • Users: Nerine
  • Content: Threads
  • Order by date
  1. Nerine

    Errr..Print The Datagrid? ( and more )

    How To Print The content of The Data grid? ( In theTable Format ) i know Somewhere have the code but it hard and the code is too long to understand so i need easy and short version of the code for more easy to understand how the print work... Other is i also want to print the data in the form...
  2. Nerine

    table binding ??

    my question is how to binding textbox to dataset? Dim Connection As New OleDb.OleDbConnection Dim DAExample As New OleDb.OleDbDataAdapter Dim DSExample As New DataSet("DSExample") Connection.ConnectionString = "Provider = Microsoft.Jet.OLEDB.4.0;Data Source = " & Application.StartupPath &...
  3. Nerine

    Get Data from Table 1 To ......

    Anyone know how to get data from field1 in table1 to field 2 in table 2...? anyone know please tell coz i need it :( p/s: if i post on wrong section please correct me ;)
  4. Nerine

    Update Query....

    i want to ask about update... i want to update but my database data not change at all.. !! my problem is i have win form that have function to search the database and the edit the data. on the save button i use Private Sub BtnSave_Click(ByVal sender As System.Object, ByVal e As...
Back
Top