CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: datagrid

  1. #1
    Join Date
    Aug 2001
    Location
    The Netherlands, near germany
    Posts
    42

    datagrid

    I have a datagrid called datagrid1. There a several records with there own ID. Now i want to exit the form and get the ID where I'am standing on in the datagrid. How can I get that?? Normal you do like this: variable = text1.text. But how can I do that in a datagrid, is that possible? And so yes how?

    Remco Ploeg
    [email protected]

  2. #2
    Join Date
    Aug 2001
    Location
    The Netherlands, near germany
    Posts
    42

    Re: datagrid

    I have got it

    variable = DataGrid1.Columns(1) or witch colum

    Remco Ploeg
    [email protected]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured