what does <%$ indicate

  • Thread starter Thread starter Zeba
  • Start date Start date
Z

Zeba

Hi,

What does the <%$ in the following code indicate ? I tried googl-ing
for it but couldn't find a suitable answer

<asp:SqlDataSource ID="myDataSource" runat="server"
ConnectionString="<%$
ConnectionStrings:_AuctionEventsConnectionString %> "
SelectCommand="SELECT * FROM [Events]"></
asp:SqlDataSource>

Thanks !
 
Back
Top