problem applying a style to a webcontrol
hi everybody, i get no results applying a style defined in a css to a label.
i have this in the head of the page:
<LINK href="\\CSS\\Rest.css" type="text/css" rel="Stylesheet">
and this inside the definition for the label:
<asp:label id=Label2 runat="server" Height="138px" Width="163px" BackColor="Transparent" Text='<%# DataBinder.Eval(dataSetRest1, "Tables[Restaurantes].DefaultView.[0].oferta_especial") %>' CssClass="DisplayText"></asp:label>
|