AlanJordan
Programmer
I'm new to ASP.Net 2.0. In fact, this is my first ASP.net application.
I've created an Access .mdb file and I've set up a connection. I can use a data reader to write out the data. Thank you CA8MSM.
Now, I'm trying to create a series of text boxes and bind them to the Access database. I tried to use the expression editor that is available through the properties box of a text editor, but the only expression types that I see are AppSettings, connection strings and resources. If I choose Connection strings, the only connection that I see is my Local SQLServer.
I created a Access Data Source, but it does not show up in the connection strings drop down box.
I understand that I should be able to put binding information a property box and then call the page.bind method, but I'm not sure how to do this.
Can anyone point me to an example?
Many thanks.
I've created an Access .mdb file and I've set up a connection. I can use a data reader to write out the data. Thank you CA8MSM.
Now, I'm trying to create a series of text boxes and bind them to the Access database. I tried to use the expression editor that is available through the properties box of a text editor, but the only expression types that I see are AppSettings, connection strings and resources. If I choose Connection strings, the only connection that I see is my Local SQLServer.
I created a Access Data Source, but it does not show up in the connection strings drop down box.
I understand that I should be able to put binding information a property box and then call the page.bind method, but I'm not sure how to do this.
Can anyone point me to an example?
Many thanks.