Search results for query: *

  1. T

    Datagrid binding and updating

    Thanks! Thanks for your video. I learnt many things from it. Thanks again, Timothy
  2. T

    Datagrid binding and updating

    Thanks! The problem is that I would like to be able to perform validation on the cells updated (from possibly different rows) before updating the database table. I do not understand exactly how to go about this. If it is done with parameters, could you please give me an example of how they can...
  3. T

    Datagrid binding and updating

    Hi, I have done the following code for databinding a datagrid to a dataset which is filled by a query I make on a database table. PrivateSub dgDataMain_Databind() 'Bind the Data in ShedMain to the DataGrid 'The DataSet that holds the data. Dim dsMain As DataSet 'Load the data. Dim daMain...
Back
Top