Ok i have a table called hole. The table Hole has a holeid
Hole
HoleId
1
2
3
I am tring to databind the inform into a label and i want to retrieve the information from HoleId for hole 2 any suggestions
The code that i tried is the following where am i going wrong
lblHole2.Databinding.Add("Text",ds.Tables["Hole"].Columns["1"],"HoleId");
Hole
HoleId
1
2
3
I am tring to databind the inform into a label and i want to retrieve the information from HoleId for hole 2 any suggestions
The code that i tried is the following where am i going wrong
lblHole2.Databinding.Add("Text",ds.Tables["Hole"].Columns["1"],"HoleId");