Search results for query: *

  1. D

    Question Textbox to Database Problem

    Sir, I feel same, Actually i have imported access databse with data source configuration wizard and bind textboxes and datagridview by selecting this data source. I want to calculate sum of the cash on real time in total textbox but this textbox data which is calculated is different than that...
  2. D

    Question Textbox to Database Problem

    Now i have to use a long code instead of a single line code. Here is it Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click Try Dim vartot As Integer = TextBox1.Text Dim var100 As Integer = TextBox2.Text Dim var50 As...
  3. D

    Question Textbox to Database Problem

    Thanks jmcilhinney for reply. It stores denomination of currency notes to the respected column in datagridview but total column of datagridview remain clear. Total column is not filled by calculated figure.
  4. D

    Question Textbox to Database Problem

    Hello, I'm new to vb.net and I'm trying to make a simple application of a daily cash register. It calculate the total of the cash according to denomination of the currency and store them to the database. In this application there is a textbox named textbox1 which calculate the total of the cash...
Back
Top