I am stuck as to how to add individual database values from a database I created to a textbox.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Jul 4, 2011, 5:00 AM
Sam HobbsPosted Jul 4, 2011, 3:38 PM
Suthish NairPosted Jul 4, 2011, 8:49 AM
VulpesPosted Jul 4, 2011, 8:26 AM
What matters is what version of which database you're using.
Thomas JPosted Jul 4, 2011, 7:42 AM
VulpesPosted Jul 4, 2011, 6:33 AM
Thomas JPosted Jul 4, 2011, 6:31 AM
How can I determine the connection string.
Dorababu MekaPosted Jul 4, 2011, 4:54 AM
textbox1.Text = YourDataset.Tables["Table"].Rows[0]["YourDatabaseColumnname"].ToString();
Fore more information look at this article
http://www.c-sharpcorner.com/UploadFile/syedshakeer/1402/