D
Davids
please can you save me hours of Googling by telling me the difference
between using ' or " in a control's parameters eg:
<asp:Label ID="BlogCategoryLabel" Runat="server" Text='<%#
Eval("BlogCategory") %>'/>
where these two are intermixed...
between using ' or " in a control's parameters eg:
<asp:Label ID="BlogCategoryLabel" Runat="server" Text='<%#
Eval("BlogCategory") %>'/>
where these two are intermixed...