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
Calculate/edit a field in a datagrid VB.net
How to disable page up and page down keys in ms access 97b
Copy Excel and Paste Special into Outlook E-mail Message Body
Need to make a label visible on screen when record has been deleted but not yet cleared using Pack
Call main form refresh function
Error Type mistach when creating and running Excel macro through Access
Choose either Office 2003/2007 to open office files
Computer Browsing Windows 2008 Server with XP Professional Clients
Can I remove Active Directory from AD Recovery Mode (F8) on W2K Server?
Real-Time Audio Stream Capture And Manipulation Through Microphone