Visual J# Developer Center > Visual J# Forums > Visual J# General > How can I get the values of DataFields of a DetailsView in J# ?
Ask a questionAsk a question
 

QuestionHow can I get the values of DataFields of a DetailsView in J# ?

  • Friday, August 21, 2009 2:14 PMmasterkajo Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    String Text = DetailsView1.get_ID().ToString();

    With this syntax I get the name of the instance: “DetailsView1”

    I need the syntax  in j# to get the value of a DataField of DetailsView1, because I need the String of the last DataField for another table.