Ask a Question related to ASP.NET Building Controls, Design and Development.
-
Raghu Raman #1
pls help : font name not applied
Hi
i created a sample web custom control in asp.net but when i tried to set
the font properties for the text box , it is not applied ,
pls help me what i missed .
code:
output.Write(HtmlTextWriter.DefaultTabString + "<td>");
output.WriteAttribute("name",this.UniqueID);
output.WriteAttribute("style","BORDER-RIGHT: 1px solid;
BORDER-TOP: 1px solid;FONT-WEIGHT:Bold ;FONT-FACE:Symbol ; BORDER-LEFT:
1px solid; WIDTH: " + base.BorderWidth +"; BORDER-BOTTOM: 1px solid;
HEIGHT: 20px ; size=17");
output.WriteAttribute("type","text");
output.WriteAttribute("value",txtext);
output.WriteLineNoTabs(HtmlTextWriter.SelfClosingT agEnd);
output.Write(HtmlTextWriter.DefaultTabString + "</td>");
THANKS
RAGHU
Six faces rule the world
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Raghu Raman Guest
-
CSS styles not being applied properly
Product: WA Contribute Toolkit for eBay Category: Errors Operating system and version: WINXP Macromedia product and version: Contribute 3 ... -
[PHP-DEV] When can I expect changes to be applied
Hello, I requested some time ago that zend_parse_parameters() be altered to accept "Z" as a parameter type in order to be able to retrieve... -
php upgrade not being applied - please help!
Hi, this is my first post to this ng, so please be nice to me! :) ok we're running redhat 7.2 with apache 1.3.26. I had/have php 4.2.1, i... -
Adding an XP component after SP1 has been applied
Windows XP, loaded SP1 from the downloaded .exe file. I decided to add the WWW service to the box at a later date. When I go to add/remove... -
CSS style not being applied in browser
I've begun creating a website for which I am creating custom CSS Styles to apply fonts/size/colour etc to all the text in the pages. Seems easy -...



Reply With Quote

