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
Cisco ASA 5510 ASDM - Allowing PING AND TRACECERT through
DHCP not updating DNS Reverse lookup zones
Missing References
Changing Default Calendar in Outlook 2007
Remove first 5 characters from SQL
Access 2007 Linked to Sharepoint with Drop-downs - type mismatch
asp.net Why does'nt these required fields work. Only the Phone field works?
How to change data arrangement from Raw arrangement into column arrangement
WSUS sync problem
How do I set the marquee text of the Logon Prompt screen saver for Default User?