﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebInput - WebInput color issue</title><link>http://www.intersoftsolutions.com/Community/WebInput/WebInput-color-issue/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>WebInput color issue</title><link>http://www.intersoftsolutions.com/Community/WebInput/WebInput-color-issue/</link><pubDate>Sun, 23 Jan 2011 22:45:01 GMT</pubDate><dc:creator>MarTin</dc:creator><category>WebInput</category><category>color</category><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I think that would be the best way for styling since WebInput has provided TextBoxStyle for user to customize the WebInput's element.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;</description></item><item><title>WebInput color issue</title><link>http://www.intersoftsolutions.com/Community/WebInput/WebInput-color-issue/</link><pubDate>Thu, 20 Jan 2011 20:27:50 GMT</pubDate><dc:creator>qq397472251</dc:creator><category>WebInput</category><category>color</category><description>&lt;p&gt;I am sorry.If I use your way,the style of webInput will seems so strange~Have anther way????&lt;/p&gt;</description></item><item><title>WebInput color issue</title><link>http://www.intersoftsolutions.com/Community/WebInput/WebInput-color-issue/</link><pubDate>Mon, 17 Jan 2011 02:06:11 GMT</pubDate><dc:creator>MarTin</dc:creator><category>WebInput</category><category>color</category><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Actually, you need to decide which part of WebInput you want to set the color.&lt;/p&gt;
&lt;p&gt;If you want to set the textboxstyle color, you can implement BackColor and ForeColor properties using the following code:&lt;/p&gt;&lt;pre&gt;protected void WebInput1_Load(object sender, EventArgs e)
{
   WebInput1.Value = "Testing";
   WebInput1.TextBoxStyle.Normal.BackColor = System.Drawing.Color.Red;
   WebInput1.TextBoxStyle.Normal.ForeColor = System.Drawing.Color.Yellow;
}&lt;/pre&gt;
&lt;p&gt;In this case, WebInput's background will become red and the text inside the box will become yellow.&lt;/p&gt;
&lt;p&gt;Hope this helps.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;</description></item><item><title>WebInput color issue</title><link>http://www.intersoftsolutions.com/Community/WebInput/WebInput-color-issue/</link><pubDate>Mon, 17 Jan 2011 00:05:23 GMT</pubDate><dc:creator>qq397472251</dc:creator><category>WebInput</category><category>color</category><description>&lt;p&gt;It is very sad to hear that .Can the further WebUI version set &lt;strong&gt;ForeColor of webinput???&lt;/strong&gt;&lt;/p&gt;</description></item><item><title>WebInput color issue</title><link>http://www.intersoftsolutions.com/Community/WebInput/WebInput-color-issue/</link><pubDate>Sun, 16 Jan 2011 23:27:17 GMT</pubDate><dc:creator>MarTin</dc:creator><category>WebInput</category><category>color</category><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;When you set ForeColor, it seems that there is no changes applied. By default, BackColor property takes effect to WebInput when you change the color. Therefore, it is better to use BackColor instead.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;</description></item><item><title>WebInput color issue</title><link>http://www.intersoftsolutions.com/Community/WebInput/WebInput-color-issue/</link><pubDate>Sun, 16 Jan 2011 20:35:24 GMT</pubDate><dc:creator>qq397472251</dc:creator><category>WebInput</category><category>color</category><description>&lt;p&gt;May I set the ForeColor of WebInput1???(Not backcolor)&lt;/p&gt;</description></item><item><title>WebInput color issue</title><link>http://www.intersoftsolutions.com/Community/WebInput/WebInput-color-issue/</link><pubDate>Fri, 14 Jan 2011 17:47:58 GMT</pubDate><dc:creator>MarTin</dc:creator><category>WebInput</category><category>color</category><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;To set background color using &lt;strong&gt;Load &lt;/strong&gt;Server-side event:&lt;/p&gt;&lt;pre&gt;protected void WebInput1_Load(object sender, EventArgs e)
{
   WebInput1.BackColor = System.Drawing.Color.Red;
}&lt;/pre&gt;

&lt;p&gt;Hope this helps.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;</description></item><item><title>WebInput color issue</title><link>http://www.intersoftsolutions.com/Community/WebInput/WebInput-color-issue/</link><pubDate>Fri, 14 Jan 2011 04:34:48 GMT</pubDate><dc:creator>qq397472251</dc:creator><category>WebInput</category><category>color</category><description>&lt;p&gt;I  can not set the color of WebInput .&lt;br /&gt;Could you  tell me how to set color on client side and on serverside?&lt;br /&gt;thank you .&lt;/p&gt;</description></item></channel></rss>