Hi Lakshmi,
Thank you for your comment. But I am looking for a better solution.
In fact I wat to set this in a Default Skin file. If we set it in aspx code, we have to set it for each textbox for the entire project, and if there is a Skin change, we cant handle it easily. So, I want to set it in the skin file itself, as default skin or as a custome skin for textbox with a SkinID. If we set it in skin file, for textbox with multiline, it will override to the "Courier" font!
How can I solve this? Any work around.
Thanks,
Pauls Geo.
Main Topics
Browse All Topics





by: lakshmidurgaPosted on 2008-06-05 at 03:46:46ID: 21717889
you can set style property to asp:textbox
runat="server" />
<asp:textbox textmode="multiline" id="xx" style="font_style:tohima;"