Click here to Skip to main content
15,913,854 members
Home / Discussions / C#
   

C#

 
GeneralRe: https authentification Pin
Colin Angus Mackay9-Oct-04 4:38
Colin Angus Mackay9-Oct-04 4:38 
GeneralRe: https authentification Pin
Member 14156909-Oct-04 6:46
Member 14156909-Oct-04 6:46 
GeneralRe: https authentification Pin
Heath Stewart9-Oct-04 7:37
protectorHeath Stewart9-Oct-04 7:37 
GeneralRe: https authentification Pin
Heath Stewart9-Oct-04 7:32
protectorHeath Stewart9-Oct-04 7:32 
Questionhow to learn .NET Pin
vcorn9-Oct-04 0:11
vcorn9-Oct-04 0:11 
AnswerRe: how to learn .NET Pin
Heath Stewart9-Oct-04 7:28
protectorHeath Stewart9-Oct-04 7:28 
Generali can edit requiredfieldvalidator message at run time Pin
codes/w8-Oct-04 19:24
codes/w8-Oct-04 19:24 
GeneralRe: i can edit requiredfieldvalidator message at run time Pin
Colin Angus Mackay9-Oct-04 4:24
Colin Angus Mackay9-Oct-04 4:24 
The error messages are exposed as properties, and any server side code can modify them. See: RequiredFieldValidator.ErrorMessage[^]

So, in your code behind you can change the value of the error message before the page is rendered to the clint.

e.g.
myRequiredFieldValidator.ErrorMessage = "A different error message";


Does this help?


Do you want to know more?


Vogon Building and Loan advise that your planet is at risk if you do not keep up repayments on any mortgage secured upon it. Please remember that the force of gravity can go up as well as down.
GeneralRe: i can edit requiredfieldvalidator message at run time Pin
codes/w10-Oct-04 20:07
codes/w10-Oct-04 20:07 
QuestionHow to change the picture object in crystal report(C#) Pin
xieshy8-Oct-04 17:42
xieshy8-Oct-04 17:42 
QuestionHow to compare two files' content in C#? Pin
momer8-Oct-04 17:19
momer8-Oct-04 17:19 
AnswerRe: How to compare two files' content in C#? Pin
EssOEss8-Oct-04 18:15
EssOEss8-Oct-04 18:15 
GeneralEssOEss Pin
momer8-Oct-04 18:34
momer8-Oct-04 18:34 
QuestionHow to write my own EventHandle ? Pin
fu08-Oct-04 17:13
fu08-Oct-04 17:13 
AnswerRe: How to write my own EventHandle ? Pin
sreejith ss nair8-Oct-04 18:08
sreejith ss nair8-Oct-04 18:08 
AnswerRe: How to write my own EventHandle ? Pin
EssOEss8-Oct-04 18:21
EssOEss8-Oct-04 18:21 
GeneralRe: How to write my own EventHandle ? Pin
Anonymous9-Oct-04 2:16
Anonymous9-Oct-04 2:16 
GeneralCrystal Reports Problem! Pin
RADSGR8-Oct-04 15:37
RADSGR8-Oct-04 15:37 
GeneralRe: Crystal Reports Problem! Pin
Ed K8-Oct-04 17:22
Ed K8-Oct-04 17:22 
GeneralRe: Crystal Reports Problem! Pin
radha_ramgr10-Oct-04 5:39
sussradha_ramgr10-Oct-04 5:39 
GeneralControls Pin
RomanD8-Oct-04 10:28
RomanD8-Oct-04 10:28 
GeneralRe: Controls Pin
Alex Korchemniy8-Oct-04 11:27
Alex Korchemniy8-Oct-04 11:27 
GeneralRe: Controls Pin
Heath Stewart8-Oct-04 14:53
protectorHeath Stewart8-Oct-04 14:53 
GeneralRAS / VPN with C# Pin
econner8-Oct-04 9:19
econner8-Oct-04 9:19 
GeneralRe: RAS / VPN with C# Pin
Heath Stewart8-Oct-04 14:44
protectorHeath Stewart8-Oct-04 14:44 

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.