Hi Every body

I need help in how to cast a single datagrid cell to a textbox in vb.net.
Actullay i want to validate datagrid cells.

Recommended Answers

All 2 Replies

Are we talking about a DataGrid or a DataGridView here?

You can use data binding to force the textbox value to show the currently selected record (or any field/cell thereof) in the DGV. Is this ultimately what you're looking for?

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.