Search results for query: *

  • Users: Mimosa777
  • Content: Threads
  • Order by date
  1. M

    Question Databinding textbox does not refresh on the form after update occured

    Hi everyone, I've been trying to fix that issue for some times now and i need your help please. Basically, i have 2 forms (form1 and form2). I have a set of textboxes on form1 that are bind on a dataset via a bindingsource. when form1 is loaded, all textboxes are filled in correctly. Now i want...
  2. M

    Question fill textbox in datagridview based on combobox value in datagridview

    hi there, hopefully the title is clear enough - what im trying to achieve is create an invoice form where the user can fill in the cells in the datagridview like Qty, Code, Description and price. Qty is a textbox - user enter value manually Code is a combobox - user pick a value from the list...
  3. M

    Question Fill two combobox from datasource using databinding

    Hi everyone, I have a button and when clicked, open a panel with 2 combobox on a form. Depending on the selection of the first combobox (which is filled via a bindingsource) , ill be able to select the value I need on the second combobox. and here is my code for that : Private Sub...
  4. M

    Question binding datagridview and (textbox, radiobutton) to the same table

    Hi there, im currently binding a datagridview and some textboxes + 2 radiobutton to a table in my db. Everytime I click on a row in my datagrid, the values are perfectly showing also in the appropriate textboxes using databinding properties. My only issue is with the radiobutton option. I have...
  5. M

    Question Find RowIndex on filtered datagridview

    Hello everyone, I have an access db with 2 tables (CUSTOMERS and CARS) with Parent-Child relationship (1 to many). Here is an example of my tables : Table CUSTOMERS ID Name 1 XXX 2 YYY 3 ZZZ TABLE CARS ID Customer_ID Brand Model Color 1 1 BMW X6...
Back
Top