Here is the code generated by visual studio.
<asp:SqlDataSource ID="ds1" runat="server" ConnectionString="<%$ ConnectionStrings:myConnectionString %>"
... >
I think this is how we can access web.config data from declarative code.
Could someone give me a link to the MS documentation on this?
Thanks in advance.
<asp:SqlDataSource ID="ds1" runat="server" ConnectionString="<%$ ConnectionStrings:myConnectionString %>"
... >
I think this is how we can access web.config data from declarative code.
Could someone give me a link to the MS documentation on this?
Thanks in advance.