Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
I

infotools

@infotools
About
Posts
5
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to suppress a column in datagrid? (vb.net 1.1)
    I infotools

    Hello, Thanks for indicating the way. Actual code is tblMaster.Columns("Id").ColumnMapping = MappingType.Hidden tblMaster.Columns("IsBillable").ColumnMapping = MappingType.Hidden where "tblMaster" is datatable, it does work and seems to be correct way of doing this. Now I am trying to see how the hidden columns will be updated when foreign key values change due to change in name/description of foreign key or when a new record is added. I will post the concerned code when I check it thoroughly. thanks once again.

    thanks, Madhav

    Visual Basic question csharp tutorial

  • Date Time value
    I infotools

    kindly give the soluton you found.

    thanks, Madhav

    Visual Basic csharp database debugging help

  • How to suppress a column in datagrid? (vb.net 1.1)
    I infotools

    I am using vb.net 1.1 for desktop application. While displaying contents of a datatable / dataview in a datagrid, I wish to suppress some columns (foreign keys, few admin fields) which user is not concerned with. how do I do it?

    thanks, Madhav

    Visual Basic question csharp tutorial

  • Handling Valuemember of Combox placed in a grid
    I infotools

    Thanks a lot. We misssed on SelectedValue property. It's working fine now. :)

    thanks, Madhav

    Visual Basic css help

  • Handling Valuemember of Combox placed in a grid
    I infotools

    With the help from Code Project site I have been successful in placeing various controls in grid. Now it has two three shortcomings (!) as of now. 1. If I use datatable as datasource to combobox placed in datagrid, assign "Name" and "Id" as Display and Value member respectively, In "SelectedValueChange" event it returns "Name" as Displaymember and "Id" as Valuemember instead of actual values. The combobox shows proper values of "Name". 2. I tried to assign values of datagrid cell to datatable row element as follows but it did not work... table.rows(1).Itemarray(1) = dgGrid(CurrentRowIndex,3) above line is indicative, actual code has proper names for table, grid, etc. also put in a loop to iterate. any solution to these issues are welcome.

    thanks, Madhav

    Visual Basic css help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups