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
Btrieve database!
Condition statement to change wording in div block
handling empty textboxes
SQL Stored Procedure
Access VBA open file where path & name specified in textbox
Auto Textbox Width
spamming of my eventlog with an errormessage
open a form automatically in strat up with MS Access 2007
"Insufficient system resources exist to complete the requested service." error when accessing network shares
How to copy section of each field from Colm 1 to Colm 2 in excel