Click here to Skip to main content
15,922,630 members
Home / Discussions / C#
   

C#

 
GeneralRe: Don't convert to the nearest decimal Pin
harold aptroot10-Oct-09 5:40
harold aptroot10-Oct-09 5:40 
GeneralRe: Don't convert to the nearest decimal Pin
Luc Pattyn10-Oct-09 6:05
sitebuilderLuc Pattyn10-Oct-09 6:05 
GeneralRe: Don't convert to the nearest decimal Pin
harold aptroot10-Oct-09 6:51
harold aptroot10-Oct-09 6:51 
GeneralRe: Don't convert to the nearest decimal Pin
Etienne_12310-Oct-09 5:44
Etienne_12310-Oct-09 5:44 
GeneralRe: Don't convert to the nearest decimal Pin
Henry Minute10-Oct-09 6:05
Henry Minute10-Oct-09 6:05 
GeneralRe: Don't convert to the nearest decimal Pin
Luc Pattyn10-Oct-09 6:08
sitebuilderLuc Pattyn10-Oct-09 6:08 
GeneralRe: Don't convert to the nearest decimal Pin
Henry Minute10-Oct-09 6:13
Henry Minute10-Oct-09 6:13 
GeneralRe: Don't convert to the nearest decimal Pin
Luc Pattyn10-Oct-09 6:22
sitebuilderLuc Pattyn10-Oct-09 6:22 
Questionsecurity in exe for .net Pin
sina62ir10-Oct-09 3:45
sina62ir10-Oct-09 3:45 
AnswerRe: security in exe for .net Pin
Arindam Sinha10-Oct-09 4:22
Arindam Sinha10-Oct-09 4:22 
AnswerRe: security in exe for .net Pin
Henry Minute10-Oct-09 6:09
Henry Minute10-Oct-09 6:09 
GeneralRe: security in exe for .net Pin
SimpleData11-Oct-09 1:58
SimpleData11-Oct-09 1:58 
Question64-bit Jet OLEDB Provider Pin
hbehar10-Oct-09 2:00
hbehar10-Oct-09 2:00 
AnswerRe: 64-bit Jet OLEDB Provider Pin
Richard MacCutchan10-Oct-09 2:36
mveRichard MacCutchan10-Oct-09 2:36 
AnswerRe: 64-bit Jet OLEDB Provider Pin
Dave Kreskowiak10-Oct-09 3:11
mveDave Kreskowiak10-Oct-09 3:11 
Questioninsert URL to trusted sites llist Pin
hbehar10-Oct-09 1:31
hbehar10-Oct-09 1:31 
AnswerRe: insert URL to trusted sites llist Pin
harold aptroot10-Oct-09 2:14
harold aptroot10-Oct-09 2:14 
GeneralRe: insert URL to trusted sites llist Pin
hbehar10-Oct-09 2:26
hbehar10-Oct-09 2:26 
GeneralRe: insert URL to trusted sites llist Pin
harold aptroot10-Oct-09 2:32
harold aptroot10-Oct-09 2:32 
AnswerRe: insert URL to trusted sites llist Pin
Dave Kreskowiak10-Oct-09 3:13
mveDave Kreskowiak10-Oct-09 3:13 
AnswerRe: insert URL to trusted sites llist Pin
Md. Marufuzzaman10-Oct-09 3:27
professionalMd. Marufuzzaman10-Oct-09 3:27 
Questionalter data type in sql table column Pin
prakashamnkl10-Oct-09 0:47
prakashamnkl10-Oct-09 0:47 
AnswerRe: alter data type in sql table column Pin
stancrm10-Oct-09 1:00
stancrm10-Oct-09 1:00 
AnswerRe: alter data type in sql table column Pin
Md. Marufuzzaman10-Oct-09 3:17
professionalMd. Marufuzzaman10-Oct-09 3:17 
Questionuse of custom validation Pin
atiskumar10-Oct-09 0:43
atiskumar10-Oct-09 0:43 
hiiiiiiiii,
i was doing a registration page where i need to validate the text box to carry more than 5 characters........
i used custom validation n declared a function in source as this


function validateLength ( src, arg )
{
arg.IsValid =( args.Value.length >= 8);
}



and made the clientvalidation function as "validationlength" ........
but its not working ..............

anybody have the answer plz help me in this code..........

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.