Microsoft
Software
Hardware
Network
Question : Data Set Extract
The code below returns 1 row of data every time...
I can output to the grid fine...
But what I really need to do is to set a label to the value from a column named "PeopleID"
example
label1.text = dR("peopleID")
Following code DOES dump all the returned data in the GridView
Dim ds As New DataSet
ds = ServiceRef.wmLogin(strUser
Name, strUserPassword, i, strParam1, strParam2, "", "")
grid1.DataSource = ds
grid1.DataBind()
Answer : Data Set Extract
HI,
Just try the following:
label1.Text = ds.Tables[0].Rows[0]["Peop
leID"].ToS
tring()
Random Solutions
SQL statement to create dataset where table date field is > than a datepicker.value
How to change a font in VFP 9.0
Silverlight: DataGrid with Image?
Word 2007 VBA Macros Disappear
Leading zeros
need help with typing text on hotmail.
Macro to run Goal Seek multiple times and transpose output - Excel 2007
WSUS Console Shows Status Not Yet Reported
add multiple machines to sccm collection
custom help guide