|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Databinding datagridview to textboxHi,
I am a beginner, like to working with ado net I have a datagridview If i selecting a row in the datagrid i want to have returning the selected data into a textbox "name" for example "from the column "name" " Hope someone can help me Thanks in advance Marc Scotty wrote:
Show quoteHide quote > Hi, Use DataBindings.> > I am a beginner, > > like to working with ado net > I have a datagridview > > If i selecting a row in the datagrid i want to have returning the selected > data into a textbox "name" for example "from the column "name" " > > Hope someone can help me > > Thanks in advance > Marc Something like: textBox1.DataBindings.Add("Text", DataGridView.DataSource, "name") B. Scotty,
Have a look at this sample, http://www.vb-tips.com/dbpages.aspx?ID=5f4a0f68-a3b6-4fc8-8aff-587f730fa118 I hope this helps, Cor Show quoteHide quote "Scotty" <xxx***@nothing.be> schreef in bericht news:u9rNzTTuGHA.4460@TK2MSFTNGP04.phx.gbl... > Hi, > > I am a beginner, > > like to working with ado net > I have a datagridview > > If i selecting a row in the datagrid i want to have returning the selected > data into a textbox "name" for example "from the column "name" " > > Hope someone can help me > > Thanks in advance > Marc >
Remoting - Some methods hang on certain setups.
VS 2005 form designer major problem Public definitions in module - VS 2005 Dll basic question Wildcards ThreadPool and DeadLock problems Assign a value to groupbox from a radiobutton contained in groupbo Random Overwriting a file pass my.application object |
|||||||||||||||||||||||