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

irishdunn

@irishdunn
About
Posts
5
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • dataMemember reference row in table
    I irishdunn

    How do i use the rowfilter parameter in the dataview. I have an integer representation of the row I need but this requires some sort of name value pair. Is there a way i can directly use my integer?

    C# wpf wcf help

  • dataMemember reference row in table
    I irishdunn

    Still cant figure this out here is my poopy code: newTBox.DataBindings.Add("Text", _Data.Tables[_tableName].Rows[_rowIndex], _tableName + "." + field, false);

    C# wpf wcf help

  • use other name of class
    I irishdunn

    class Nocc { #region Variables private int _no; #endregion #region Constructors public Nocc() { } #endregion #region Properties public int No { get {return (_no);} set {_no = value;} } #endregion } I have no idea what your asking for... I just like #regions ;P

    C# tutorial

  • dataMemember reference row in table
    I irishdunn

    No I am working with a supplied dataset, so I will have to navigate through it properly. I am trying now to get something like this to work: ("Checked", Data.Tables[_tableName].Rows[_rowIndex], field, false); don't think thats gonna hack it though help!:confused:

    C# wpf wcf help

  • dataMemember reference row in table
    I irishdunn

    I am trying to bind a control to this dataset and have been successful thus far, problem is I want to be able to specify the row in the table the control is binding to. Apologize for any ineptitudes in advanced, very new to this. sample: newTBox.DataBindings.Add("Text", _Data, _tableName + "." + field, false); I want to do something like this: newTBox.DataBindings.Add("Text", _Data, _tableName + "[" + _rowNumber + "]" + "." + field, false); right now it is always binding to the 0th row in my table. Thanks in advance

    C# wpf wcf 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