Search results for query: *

  • Users: luckystars
  • Content: Threads
  • Order by date
  1. L

    Hey Gurus Grid View Control in windows .net application?

    Hi I have recently came across an article by Michael Weinhardt called "Down the Rabbit Hole" which is a tour of the GridView Control. I am interested in using this control in an application that I am developing but have not came across on where to get this control. I am developing in the...
  2. L

    Set the color of a row of a datagrid based on a value inside of a dataset

    I am developing a windows application that connects to a sql database and displays data in a datagrid. Is it possible to set the color of the row of a datagrid based on a value inside of the datasource dataset? I have been suggested to look for a helper function but do not quite understand...
  3. L

    Set the color of a datagrid row based on a value inside of the datasources' dataset

    I am developing a windows application that connects to a sql database and displays data in a datagrid. Is it possible to set the color of the row of a datagrid based on a value inside of the datasource dataset? I have been suggested to look for a helper function but do not quite understand...
  4. L

    Displaying textbox value as currency?

    I am developing a windows application in vb.net I have declared an integer variable (dim amount1 as integer) and initialize it from a dataset (amount1 = RevCodesdataset.Tables("Rev Codes").Rows(0).Item("Amount 1")) I then display this in a textbox. (txtAmount1.Text = amount1) How...
Back
Top