DataSet into TextBox c#
DataSet into TextBox c#
I am running the query SQL="Select name from profile where proID=1"; and I am getting the result in Dataset dsdata. How can I read the text from the dataset and assign it to textbox1.text ? |
|
|
VB.NET |
|
|
| Textbox1.Text= dsData.Tables(0).Rows(0)("FieldName").ToString()
|
|
C# |
|
|
Tags: TextBox C#
martes, 06 de mayo de 2008