Activity Stream
48,167 MEMBERS
6540 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 2 of 2
  1.     
    #1
    Member
    Website's:
    InstantRDP.com

    Default datagridview help

    I've added a datagridview with 2 columns, one contains song name and other song URL.

    datagridview1.rows.Add(dataforfirstcol, datafor2ndcol);

    But how to fill data only in second column or in first by using its column name.
    pankaj Reviewed by pankaj on . datagridview help I've added a datagridview with 2 columns, one contains song name and other song URL. datagridview1.rows.Add(dataforfirstcol, datafor2ndcol); But how to fill data only in second column or in first by using its column name. Rating: 5




  2.   Sponsored Links

  3.     
    #2
    Member
    Website's:
    litewarez.net litewarez.com triniwarez.com
    can you not use an empty string.

    PHP Code: 
    string[] first = {
        
    "Row 1",
        
    "Row 2",
    };
    string[] second = {
        
    "",
        
    "Row 2",
    };
    datagridview1.Rows.Add(first);
    datagridview1.Rows.Add(second); 
    Join Litewarez.net today and become apart of the community.
    Unique | Clean | Advanced (All with you in mind)
    Downloads | Webmasters


    Notifications,Forum,Chat,Community all at Litewarez Webmasters


Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

BE SOCIAL