I am still just a little bit confused
So if I have a textbox sitting on a webform and I want that particular textbox that is sitting on that webform to reflect information from a database field like Item Description, can you bind the textbox to the datasource on your form so that the textbox on that particular webform can reflect that data to the end user?
Or do you have to handcode that? Also can you have full CRUD operability with a datasource bound to a textbox on webform?
|