Search results for query: *

  • Users: JhunBB
  • Content: Threads
  • Order by date
  1. J

    Type 'CheckIn.CheckInBidderItemsDataSet' is not defined.

    Need help on how to solve this dataset problem. Every time i add datagridview on my webform this error message always showup. Me.CheckInBidderItemsDataSet = New CheckIn.CheckInBidderItemsDataSet() <---- always suggesting to choose the global.checkin.CheckInBidderItemsDataset()...
  2. J

    Sending data/textbox value to thermal printer

    This is my first Printing of data experience in vb.net: I need help on how to send DATA/TEXTBOX value to thermal printer. I am sending the following to thermal printer with 2 font size. -- Company logo -- Queuing Number -- font size 55 -- Date and Time -- font size 8 I need an output that...
  3. J

    Question OleDbException was unhandled. Could not use "checkin.mdb". File already in use...

    OleDbException was unhandled. Could not use "checkin.mdb". File already in use... Need help on how to avoid this error message. The database i am using is an MS Access 2003 mdb file. I develop the system in VS 2010 with 6 users for this database. every time the second user open's the system it...
  4. J

    Question select data in Listbox through Textbox TextChange value?

    I am trying to create a webform that List down all the Customers Fullname, and through textbox input i should find name in listbox. ListBox has a DataSource, and DisplayMember ---------------------- DataSource: BiddersFullnameQuery DisplayMember: Fullname ---------------------- this is code...
Back
Top