Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

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

    Burning to an Audio CD?

    Does anyone know how to burn songs to an Audio CD using C#? Thanks.
  2. Henryas

    DataGrid

    Hi, How do you get selected data from DataGrid after it has been sorted? I have a DataGrid bound to a DataTable. When a user clicks on one of the rows, my program will get the row index (using DataGrid.CurrentRowIndex property) from the DataGrid, use the index to retrieve the appropriate...
  3. Henryas

    ASP.NET and cross-browser compatibility issue

    Aaarrgghh!! I am pulling my hair right now. How do you guys deal with non-IE browsers that do not display your web controls properly? They make my user interface looks horribly, horrendously, and undescribably ugly. Henry
  4. Henryas

    Problem with reading web.config

    Hi, I have a problem with reading web.config. I can't seem to figure out what's wrong with it. Below is a snippet of my codes //web.config <configuration> <appSettings> <add key="connectionString" value="server=(local);user=username;password=blabla;database=mydb;Trusted_Connection=yes"...
  5. Henryas

    SQL/MYSQL question

    Hi, How do you programmatically check the existence of a data in a SQL/MYSQL database? I have tried to do the followings, but it does not seem to work: string command = "SELECT COUNT(*) FROM table WHERE username = 'DoesNotExist'; MySqlCommand cmd = new MySqlCommand(command,connection)...

Part and Inventory Search

Back
Top