Hi All,
Hope i get answer atleast to this question. In my windows forms
application, i need to fetch the data from a cell on which i clicked.
The value from that call needs to be carried over to next windows form.
Below is the chunk of code which will let me know the cell co-ordinates
private void dgPayee_CellChange(object sender, System.EventArgs e)
{
int columnNum = dgPayee.CurrentCell.ColumnNumber;
int rowNum = dgPayee.CurrentCell.RowNumber;
MessageBox.Show(this,"Column#:"+columnNum+" , Row#:"+rowNum, "Selected
Cell");
}
Now some one pls let me know how i can access the value from the cell.
Thanks in Advance
Avinash
------------------------ Yahoo! Groups Sponsor --------------------~-->
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/saFolB/TM
--------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/
<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/