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
Your message did not reach some or all of the intended recipients.
How to retrieve error number and or message from osql run from command line
IIS 7.5 FTP - 530 User cannot log in, home directory inaccessible
How to upload a new version of the PDF file - Sharepoint Services 3.0?
MS Access AS400 Function Understanding
How to overline in Word2003?
Copied all vb files (..vb file, project, solution, user options) for a project but getting errors.
how to pull week day and time from a query
Variable 'dataRS' is used before it has been assigned a value. A null reference exception could result at runtime.
Is there any free fast low level formatting tool.