Click here to Skip to main content
15,892,965 members

Comments by curiouspoo (Top 7 by date)

curiouspoo 22-Jun-12 3:04am View    
Thanks...
curiouspoo 28-May-12 3:36am View    
I am Selecting few cells from a row....
"ColumnIndex" starts from 6 i.e from RHS(right hand)...it should start from 2 i.e LHS .
For index i am using a for loop...I am facing problem with "ColumnIndex"


int selectedColumn = dgvTimeSpan.SelectedCells[index].ColumnIndex;
curiouspoo 26-May-12 2:04am View    
Thanks...
curiouspoo 5-Mar-11 2:22am View    
Deleted
Thanks a lot...it worked!!!
curiouspoo 22-Sep-10 14:03pm View    
Thanks a lot