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 SkipVought 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: *

  1. harneel

    changing the color of a cell of a datagrid depending on a value

    hi, I copied the row and it's giving an error Value of type 'String' cannot be converted to 'System.Drawing.Color'. The error is showing on hte line where i give the color.
  2. harneel

    changing the color of a cell of a datagrid depending on a value

    Hi, I need to check the values of a column and then change the color according to the value. I need to specify the column but not the row.
  3. harneel

    changing the color of a cell of a datagrid depending on a value

    hi, I'm using a datagrid and need to change the background color of the CELL depending on the value of the cell. Any ideas??
  4. harneel

    exporting to excel

    do i have to convert any of hte grid columns. All i have now are the regular bound columns.
  5. harneel

    exporting to excel

    Hi, i'm getting a blank page. The code seems to be running fine but i don't see anyhting on the screen.
  6. harneel

    exporting to excel

    hi this time it's not giving me an eror but it's not doing anything?.... all the code is written in an .aspx file. I'm not using any .vb files.
  7. harneel

    exporting to excel

    hi I'm using the stringwriter and htmltextwriter to export the data and the declaration of my button click event is Private Sub btnExport_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) handles btnExport.Click i'm having an error saying "Compiler Error Message...

Part and Inventory Search

Back
Top