Then add this script into head section and show the effect.
<style id="cssStyle" type="text/css" media="all">
.CS
{
background-color:#abcdef;
color: Yellow;
border: 1px solid #AB00CC;
font: Verdana 10px;
padding: 1px 4px;
font-family: Palatino Linotype, Arial, Helvetica, sans-serif;
}
</style>
And
<asp:FileUpload ID="FileUpload1" CssClass="CS" runat="server" />
Or
html file upload
<input id="readFile" type="file" class="CS" runat="server" />
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment
It is the same account you read, post and publish with — and you will come straight back to this page.
shafeeque MohamedPosted Jun 8, 2012, 12:13 AM
Dear all, the above mentioned changes only borders, i need to customize Button too, can anyone clear it
sandeep upadhyayPosted Apr 18, 2010, 1:43 PM
take a look.. http://aspdotnethacker.blogspot.com/2010/04/how-to-change-style-of-aspnet.html