Hi,
I'm using the .NET and I don't know if I'm doing this is right.
<form id="form1" runat="server" >
<ZoomASPX:ASPXSearch id="ASPXSearch" runat="server" />
</form>
After executing it, I viewed the source code in HTML from the browser and I don't see any CSS classes.
I'm not able to add some style sheets as described in the documentation.
What should I do to generate those CSS classes?
Please help!
I'm using the .NET and I don't know if I'm doing this is right.
<form id="form1" runat="server" >
<ZoomASPX:ASPXSearch id="ASPXSearch" runat="server" />
</form>
After executing it, I viewed the source code in HTML from the browser and I don't see any CSS classes.
I'm not able to add some style sheets as described in the documentation.
What should I do to generate those CSS classes?
Please help!
Comment