G
Guest
I am trying to populate a label on a web form
Let’s say I have the following select statement
“Select Wonum, Location, Priority, Equipment from Workorderâ€
I have the following labels on the WebForm
wonumLabel, locationLabel, priorityLabel, equipmentLabe
How do I populate the labels
wonumLabel.Text =
locationLabel.Text =
priorityLabel.Text =
equipmentLabel.Text =
Let’s say I have the following select statement
“Select Wonum, Location, Priority, Equipment from Workorderâ€
I have the following labels on the WebForm
wonumLabel, locationLabel, priorityLabel, equipmentLabe
How do I populate the labels
wonumLabel.Text =
locationLabel.Text =
priorityLabel.Text =
equipmentLabel.Text =