Click here to Skip to main content
15,887,344 members
Home / Discussions / C#
   

C#

 
AnswerRe: IsNull with C# Pin
User 665822-Aug-06 3:04
User 665822-Aug-06 3:04 
GeneralRe: IsNull with C# Pin
Ed.Poore22-Aug-06 4:25
Ed.Poore22-Aug-06 4:25 
GeneralRe: IsNull with C# Pin
User 665822-Aug-06 4:47
User 665822-Aug-06 4:47 
GeneralRe: IsNull with C# Pin
Ed.Poore22-Aug-06 6:09
Ed.Poore22-Aug-06 6:09 
AnswerRe: IsNull with C# Pin
Judah Gabriel Himango22-Aug-06 4:25
sponsorJudah Gabriel Himango22-Aug-06 4:25 
AnswerRe: IsNull with C# Pin
Ed.Poore22-Aug-06 4:26
Ed.Poore22-Aug-06 4:26 
Questionvalidation Pin
nachisaravanan22-Aug-06 2:57
nachisaravanan22-Aug-06 2:57 
AnswerRe: validation Pin
MCSD-Gandalf22-Aug-06 3:25
MCSD-Gandalf22-Aug-06 3:25 
A lot of this is going to depend on two things; how complicated is your validation? and how good is your java.

The validation controls just generate java script to run on the client, so you are not buying anything by doing it in java unless you have some validation that the controls won't do.

The big advantages of using the validation controls is that you don't have as much code to write or support AND the validation automatically happens on the client AND the server side. If you write your own java script, and want the added security of having the validation run on the server, you'll have to code it there as well.

HTH



WhiteWizard
aka Gandalf
Questionhow to keep a group together in a rdlc report? Pin
gus_br22-Aug-06 2:47
gus_br22-Aug-06 2:47 
AnswerRe: how to keep a group together in a rdlc report? Pin
Alex.Shnaider17-Apr-12 22:29
Alex.Shnaider17-Apr-12 22:29 
Questionhow do i get?... Pin
diddy3422-Aug-06 2:29
diddy3422-Aug-06 2:29 
AnswerRe: how do i get?... Pin
TikkuTakku22-Aug-06 2:41
TikkuTakku22-Aug-06 2:41 
Questionreportviewer not printing Pin
Glen Harvy22-Aug-06 2:15
Glen Harvy22-Aug-06 2:15 
QuestionPrinting messages from other classes in the main form. Pin
TikkuTakku22-Aug-06 2:04
TikkuTakku22-Aug-06 2:04 
AnswerRe: Printing messages from other classes in the main form. Pin
Christian Graus22-Aug-06 2:08
protectorChristian Graus22-Aug-06 2:08 
GeneralRe: Printing messages from other classes in the main form. [modified] Pin
TikkuTakku22-Aug-06 2:21
TikkuTakku22-Aug-06 2:21 
GeneralRe: Printing messages from other classes in the main form. Pin
engsrini22-Aug-06 6:56
engsrini22-Aug-06 6:56 
GeneralRe: Printing messages from other classes in the main form. Pin
Christian Graus22-Aug-06 11:03
protectorChristian Graus22-Aug-06 11:03 
Questionto read an element in DataGrid Pin
Pinnapureddy22-Aug-06 2:04
Pinnapureddy22-Aug-06 2:04 
AnswerRe: to read an element in DataGrid Pin
rah_sin22-Aug-06 2:13
professionalrah_sin22-Aug-06 2:13 
Questionhow to view in another... Pin
diddy3422-Aug-06 1:26
diddy3422-Aug-06 1:26 
AnswerRe: how to view in another... Pin
Martin#22-Aug-06 1:50
Martin#22-Aug-06 1:50 
AnswerRe: how to view in another... Pin
Christian Graus22-Aug-06 2:10
protectorChristian Graus22-Aug-06 2:10 
QuestionHow to know wheather a exe is running or not... Pin
Ravikumar Patra22-Aug-06 1:08
professionalRavikumar Patra22-Aug-06 1:08 
AnswerRe: How to know wheather a exe is running or not... Pin
Navi1522-Aug-06 1:27
Navi1522-Aug-06 1:27 

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.