Search results for query: *

  • Users: benschol
  • Content: Threads
  • Order by date
  1. B

    PopUp Window

    What is the correct syntax to open a PopUp Window? (ASP.NET 2.0) and how I can close a Windows Media Player by Program Code.
  2. B

    Format a Currency Datagrid Column

    Please, what is the syntax to format a Currency Datagrid Column using by code DataGridTableStyle? For example: oPrice.Format???? (I don't know the syntax...) Thanks
  3. B

    Character Casing in a Password Textbox

    Please how I can to validate or determine the Character Casing in a Password Textbox in Vb.Net (NOT Asp.NET) when the Application compare the Text write by the User with the Password in a DataBase? Thanks!
  4. B

    How to delete a Record

    In my Project a Recipe (table 1) have several Ingredients (Table 2) with the same ID of the Recipe. I need to delete a Ingredient record without using Primary Keys or other field as reference. Please, how I can use, for example, DataTables,DataRows,Position, etc to point the Record to delete? Or...
  5. B

    Populating a Listview from a Database

    Anyone can tell me how I can to populate a ListView with data from a Access Database? Really, what is the syntax to Add a row, for example, from the NAME, EMAIL, etc columns? Thanks
  6. B

    Listbox

    I am novice in Vb.Net and I need to create a ListBox or ComboBox for read two columns of a Access Database. Please, what is the code or what I can do? Thanks, Ben Scholer
Back
Top