Search results for query: *

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

    Auto add data to datagridview

    i have a problem that i cant solve, so i need to ask problem : i have a data grid view, and i have make custom column for it Dim dt As New DataTable() dt.Columns.AddRange(New DataColumn(4) {New DataColumn("IDB", GetType(String)), New DataColumn("Name", GetType(String)), New DataColumn("Price"...
  2. irvank

    Question Delay Upload Query

    Hi Guys, I have a question about .net programming, this is what i have to do i need to build a cashier app and this app have connection with sql server at other place, so the main point is can i keep the thing that have been sold when internet down, and when internet up its automatically...
Back
Top