I have a datagrid to show data from backend access file. when I click a button it was show. I want I click on a data and it will show in a text box of other form. anybody can help me.
abu taher 34 Practically a Posting Shark
Recommended Answers
Jump to Postyou need to capture the row numner and colum number in the grid ,read it and pass the value to the textbox on another page.
Jump to Poston click event of the grid try this
Text1.Text = grid.TextMatrix(grid.RowSel, grid.ColSel)
All 6 Replies
debasisdas 580 Posting Genius Featured Poster
abu taher 34 Practically a Posting Shark
abu taher 34 Practically a Posting Shark
AUGXIS 1 Light Poster
abu taher 34 Practically a Posting Shark
AUGXIS 1 Light Poster
abu taher commented: Thanks a lot +1
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.