News

Use the following code to display a data table value in the text box:textbox1.Value = dt.Rows [0] [0].ToString ();This code retrieves the first row and first field of the data table.