When i use the sqldataadapter wizard i can bind everything perfectly. But now i've resorted to doing all my ado manually because i have more control. I created a sqldataadapter and a dataset, now i would like to bind them to my text boxes and checkboxes. But how come i cant bind like i did when i used the data adapter wizard? is there a way to bind like that without the wizards? I know i can assign them manually ( dr(8) = first.Text ) but i have 400 text boxes i have to bind and that will be very time consuming. Is there another way i can do this?
thanks in advance