Joined
Last Seen
0 Reputation Points
0% Quality Score
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 2
- Posts with Downvotes
- 2
- Downvoting Members
- 2
0 Endorsements
Ranked #72.9K
2 Posted Topics
this is my coding ..i want return the datarow another form .another form coding i was attached ....please tell me ... replay Quickly... [code] private void grdClientDetails_CellDoubleClick(object sender, FarPoint.Win.Spread.CellClickEventArgs e) { //DataTable dt = new DataTable(); //dsClientDetails.Tables.Add(dt); DataRow[] dr; dr = dsClientDetails.Tables[0].Select("ACCNUMBER=" + grdClientDetails.ActiveSheet.Cells[e.Row, 1].Text); return dr; this.Hide(); } public …
How to display a child form within a parent form
The End.
itjayakumar