Results 1 to 2 of 2
-
14th Aug 2010, 04:17 AM #1OPMemberWebsite's:
InstantRDP.comdatagridview 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
-
14th Aug 2010, 10:30 AM #2MemberWebsite's:
litewarez.net litewarez.com triniwarez.comcan 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
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
themaManager - edit and manage...
Version 4.21 released. Open older version (or...