Hello,
I am trying to write a simple little form to put information into a database using Visual Web Developer so that I can learn how to use it for bigger projects down the road. Unfortunately it has proven to be most frustrating. I created my Access database just fine, and connected to it inside of VSE. However, I am totally unable to bind TextBoxes to anything. I created a Drop-Down Box just find and immediately the Smart Tag came up asking me what I wanted to connect it to (I went ahead and created an access database object) and that worked fine. However, I cannot seem to do the same with a simple text box. No smart tag comes up and I cannot find anywhere inside the properties to connect it to anything.
I tried using the FormView object from the Toolbox (Under Data) and that came up find and would accept data. however, instead of using labels somehow the text just lives inside the template like it was a word document or something. With some fighting I could get things looking a bit better than the default but critically the only input objects included were text boxes (Which did have their smart tags enabled). I need at least a few of them to exist as Dowp-Down lists but I cannot simply delete the text boxes and put in my drop-downs; the formatting goes all to heck and it's hard to predict where on the page the box will show up, certainly not near it's (pseudo) label.
Really I'd like to avoid the template right now and just bind my text boxes to fields in my database directly. If anyone can help me with this I would be very appreciative.
Randall