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
SQL Query - Syntax ( SQL 2005 / 2008 )
How to check a folder if file count has increased and identify file(s) by filename that increased the count
How to display full path in SHBrowseForFolder edit box when BIF_EDITBOX is set?
How to add country flags near username on the forum topics?
IIS 6 to IIS 7 with Classic ASP Support
I need some help with a batch file
how do you close x2 winforms programmically
windows xp privilidge problem
C# design question
CWA Desktop Sharing Issue in OCS