Set value in grid

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • abhii
    New Member
    • Feb 2008
    • 30

    Set value in grid

    hello everyone,
    i m having one function as

    public void SetCellValue(lo ng lRowIndex, long lColIndex, object oVal)

    my intention is to set the value in the respected lRowIndex,lColI ndex...in the Grid...so please help me..
  • nateraaaa
    Recognized Expert Contributor
    • May 2007
    • 664

    #2
    Originally posted by abhii
    hello everyone,
    i m having one function as

    public void SetCellValue(lo ng lRowIndex, long lColIndex, object oVal)

    my intention is to set the value in the respected lRowIndex,lColI ndex...in the Grid...so please help me..
    Your post is pretty vague but I think this site will help you http://samples.gotdotnet.com/quickst...idediting.aspx

    Nathan

    Comment

    Working...