Click here to Skip to main content
15,887,746 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How to transfer data from one table to another having two databases Pin
Laddie5-Mar-08 0:58
Laddie5-Mar-08 0:58 
Questionxml data in a table Pin
shah zad4-Mar-08 22:18
shah zad4-Mar-08 22:18 
QuestionHow to free the my application server memory?! Pin
Ayman Mahmoud4-Mar-08 22:17
Ayman Mahmoud4-Mar-08 22:17 
GeneralRe: How to free the my application server memory?! Pin
Laddie4-Mar-08 22:46
Laddie4-Mar-08 22:46 
GeneralRe: How to free the my application server memory?! Pin
Ayman Mahmoud5-Mar-08 1:23
Ayman Mahmoud5-Mar-08 1:23 
QuestionChanging the font color of a RegularExpressionValidator with CSS Pin
Talal Sultan4-Mar-08 21:43
Talal Sultan4-Mar-08 21:43 
GeneralRe: Changing the font color of a RegularExpressionValidator with CSS Pin
eyeseetee4-Mar-08 21:55
eyeseetee4-Mar-08 21:55 
GeneralRe: Changing the font color of a RegularExpressionValidator with CSS Pin
Talal Sultan4-Mar-08 22:01
Talal Sultan4-Mar-08 22:01 
Well the HTML code looks like this:

<asp:RegularExpressionValidator ID="emailValidator" runat="server" ControlToValidate="txtAddEmail"<br />
                                        Display="Static" ValidationExpression="\w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*" CssClass="SmallWarning"></asp:RegularExpressionValidator>


In this code, there is even no reference to the ForeColor of the control, but this code generates the below HTML code when the server sends back the page:

<span id="ctl00_def_vldAddAlternateEmail" class="SmallWarning" style="color:Red;visibility:hidden;">Please enter a valid email address.</span>

You can see that the "style" attribute is there and it is always AFTER the "class" attribute :S And I didn't find a way to set the ForeColor to nothing, the default is red and this is what is used when I don't specify it in the HTML code.

-- If this is a post that has been helpful to you, please vote for it. Thank you!

"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." --Rich Cook

GeneralRe: Changing the font color of a RegularExpressionValidator with CSS Pin
N a v a n e e t h4-Mar-08 21:57
N a v a n e e t h4-Mar-08 21:57 
GeneralRe: Changing the font color of a RegularExpressionValidator with CSS Pin
Talal Sultan4-Mar-08 22:03
Talal Sultan4-Mar-08 22:03 
GeneralRe: Changing the font color of a RegularExpressionValidator with CSS [modified] Pin
eyeseetee4-Mar-08 22:15
eyeseetee4-Mar-08 22:15 
GeneralRe: Changing the font color of a RegularExpressionValidator with CSS Pin
N a v a n e e t h4-Mar-08 22:24
N a v a n e e t h4-Mar-08 22:24 
GeneralRe: Changing the font color of a RegularExpressionValidator with CSS Pin
eyeseetee4-Mar-08 22:29
eyeseetee4-Mar-08 22:29 
GeneralRe: Changing the font color of a RegularExpressionValidator with CSS Pin
Talal Sultan4-Mar-08 22:37
Talal Sultan4-Mar-08 22:37 
GeneralRe: Changing the font color of a RegularExpressionValidator with CSS Pin
N a v a n e e t h4-Mar-08 23:23
N a v a n e e t h4-Mar-08 23:23 
QuestionHow to inport windows server 2003 log information to sql server data base. Pin
BibhuPrasad4-Mar-08 19:43
BibhuPrasad4-Mar-08 19:43 
AnswerRe: How to inport windows server 2003 log information to sql server data base. Pin
N a v a n e e t h4-Mar-08 19:56
N a v a n e e t h4-Mar-08 19:56 
AnswerRe: How to inport windows server 2003 log information to sql server data base. Pin
Parwej Ahamad4-Mar-08 21:28
professionalParwej Ahamad4-Mar-08 21:28 
GeneralDisplaying Rotating Ads Pin
Brendan Vogt4-Mar-08 19:30
Brendan Vogt4-Mar-08 19:30 
GeneralRe: Displaying Rotating Ads Pin
N a v a n e e t h4-Mar-08 19:37
N a v a n e e t h4-Mar-08 19:37 
GeneralRe: Displaying Rotating Ads Pin
Brendan Vogt4-Mar-08 21:39
Brendan Vogt4-Mar-08 21:39 
GeneralRe: Displaying Rotating Ads Pin
pmarfleet4-Mar-08 19:38
pmarfleet4-Mar-08 19:38 
GeneralRe: Displaying Rotating Ads Pin
Brendan Vogt4-Mar-08 21:38
Brendan Vogt4-Mar-08 21:38 
GeneralRe: Displaying Rotating Ads Pin
pmarfleet4-Mar-08 21:58
pmarfleet4-Mar-08 21:58 
Questionhow to split string Pin
Harun.Net4-Mar-08 19:10
Harun.Net4-Mar-08 19:10 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.