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
user authentication in visual basic 2005
Outlook 2003 hangs on Migrating Settings
How can I disable visual effects with group policy
What is c8.zedo.com
getting "Unknown" error on Exchange Edge ADAM service
drop down list in access not always working
Can I read an MS Access table from SQL Stored Procedure?
SQL for first record with 2 columns that might indicate which is first
T SQL Update table.col based on several criteria
Program constantsly closes and has "encountered error report"