Search results for query: *

  1. I

    displaying date and time

    time to stay current in form
  2. I

    Easy Question on Data Grid

    hi thanks for the forms link it rocks i do agree that ms sql server is better than ms access btw how do i display the date and time in a vb.net application
  3. I

    Easy Question on Data Grid

    yeah ok this is the new entry button Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click 'what do i write here' End Sub but what is the code to write in between the private and end sub statment so that when i press the new entry button...
  4. I

    Easy Question on Data Grid

    Americans are the best!! How do i insert a row into the datagrid when i press the new entry button?
  5. I

    Easy Question on Data Grid

    thanks for the reply!!
  6. I

    Easy Question on Data Grid

    Basically i have created a datagrid which will populate when i click on the get data button. That is fine but i need to know how changes in the data grid will reflect changes in the text box and that when i edit these text boxes the changes will be updated. editing directly on the datagrid work...
Back
Top