L
Lelle
hello!
how can i return this value to a varible instead of bind it to a gridview
Me.GridView2.DataSource = Me.SqlDataSource1
Me.SqlDataSource1.SelectCommand = "SELECT [Anvandare_Fornamn] FROM
[WebappOrders_Mailbox] WHERE [AnvandareUserid] = " & "'" & anvid & "'"
Me.GridView2.DataBind()
/ kind.... Lelle
how can i return this value to a varible instead of bind it to a gridview
Me.GridView2.DataSource = Me.SqlDataSource1
Me.SqlDataSource1.SelectCommand = "SELECT [Anvandare_Fornamn] FROM
[WebappOrders_Mailbox] WHERE [AnvandareUserid] = " & "'" & anvid & "'"
Me.GridView2.DataBind()
/ kind.... Lelle