Click here to Skip to main content
15,888,579 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Question@-quoted string in C# Pin
Shahil Shah21-Oct-08 4:16
Shahil Shah21-Oct-08 4:16 
AnswerRe: @-quoted string in C# Pin
V.21-Oct-08 4:29
professionalV.21-Oct-08 4:29 
GeneralRe: @-quoted string in C# Pin
Shahil Shah21-Oct-08 5:41
Shahil Shah21-Oct-08 5:41 
AnswerRe: @-quoted string in C# Pin
Adam Maras21-Oct-08 9:09
Adam Maras21-Oct-08 9:09 
AnswerRe: @-quoted string in C# Pin
Guffa21-Oct-08 14:32
Guffa21-Oct-08 14:32 
QuestionAbout CustomValidator Pin
jason_mf21-Oct-08 4:11
jason_mf21-Oct-08 4:11 
AnswerRe: About CustomValidator Pin
Brij21-Oct-08 4:20
mentorBrij21-Oct-08 4:20 
GeneralRe: About CustomValidator Pin
jason_mf21-Oct-08 4:44
jason_mf21-Oct-08 4:44 
I saw so many people write like this:
<script type="text/javascript">

    

    function valComments_ClientValidate(source, args)

    {

        if (args.Value.length > 10)

            args.IsValid = false;

        else

            args.IsValid = true;

    }

    

    </script>


But I try it not successful.
How to setting the page validat is true or false?
GeneralRe: About CustomValidator Pin
N a v a n e e t h21-Oct-08 8:21
N a v a n e e t h21-Oct-08 8:21 
QuestionHow to select Date and Time simultaneously Pin
suresh_00121-Oct-08 3:44
suresh_00121-Oct-08 3:44 
AnswerRe: How to select Date and Time simultaneously Pin
Abhijit Jana21-Oct-08 3:51
professionalAbhijit Jana21-Oct-08 3:51 
Questiondesktop application to web migration problem! Pin
mr_muskurahat21-Oct-08 2:52
mr_muskurahat21-Oct-08 2:52 
AnswerRe: desktop application to web migration problem! Pin
Paddy Boyd21-Oct-08 3:18
Paddy Boyd21-Oct-08 3:18 
AnswerRe: desktop application to web migration problem! Pin
Abhijit Jana21-Oct-08 3:47
professionalAbhijit Jana21-Oct-08 3:47 
AnswerRe: desktop application to web migration problem! Pin
Brij21-Oct-08 4:05
mentorBrij21-Oct-08 4:05 
QuestionShow messagebox Pin
venkat86_ece21-Oct-08 2:36
venkat86_ece21-Oct-08 2:36 
AnswerRe: Show messagebox Pin
Sandeep Akhare21-Oct-08 2:39
Sandeep Akhare21-Oct-08 2:39 
GeneralRe: Show messagebox Pin
Eduard Keilholz21-Oct-08 2:45
Eduard Keilholz21-Oct-08 2:45 
GeneralRe: Show messagebox Pin
venkat86_ece21-Oct-08 2:55
venkat86_ece21-Oct-08 2:55 
GeneralRe: Show messagebox Pin
venkat86_ece21-Oct-08 2:52
venkat86_ece21-Oct-08 2:52 
AnswerRe: Show messagebox Pin
Paddy Boyd21-Oct-08 3:19
Paddy Boyd21-Oct-08 3:19 
AnswerRe: Show messagebox Pin
Brij21-Oct-08 3:47
mentorBrij21-Oct-08 3:47 
Questionasp.net Pin
cse.vidhya21-Oct-08 2:26
cse.vidhya21-Oct-08 2:26 
AnswerRe: asp.net Pin
Paddy Boyd21-Oct-08 2:35
Paddy Boyd21-Oct-08 2:35 
AnswerRe: asp.net Pin
Sandeep Akhare21-Oct-08 2:36
Sandeep Akhare21-Oct-08 2:36 

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.