How to connect to a MS SQL database using ASP.Net 1.1?
- In web.config:
`...
… </configuration>`
- In your .aspx file:
`
<%# DataBinder.Eval(Container.DataItem, "col1") %> | <%# DataBinder.Eval(Container.DataItem, "col2") %> |
… </configuration>`
<%# DataBinder.Eval(Container.DataItem, "col1") %> | <%# DataBinder.Eval(Container.DataItem, "col2") %> |