binding data from SQL Server to WinForms
my textboxes on my winform. I am doing it all through code. I have my
SQLConnection set up and am thinking I need a DataSet. I went ahead and set
up a DataSet and my SQLCommand to get my DataSet. Now how do I get this
data bound to my textboxes??

