Click here to Skip to main content
16,015,274 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: WithEvents in vb.net Pin
amaneet15-Jan-07 20:02
amaneet15-Jan-07 20:02 
AnswerRe: WithEvents in vb.net Pin
amaneet15-Jan-07 20:11
amaneet15-Jan-07 20:11 
QuestionDelete data?????????????? Pin
alek hunter15-Jan-07 18:52
alek hunter15-Jan-07 18:52 
AnswerRe: Delete data?????????????? Pin
Dave Sexton15-Jan-07 20:06
Dave Sexton15-Jan-07 20:06 
QuestionEmail address validation Pin
Rajiya15-Jan-07 18:42
Rajiya15-Jan-07 18:42 
AnswerRe: Email address validation Pin
Christian Graus15-Jan-07 18:53
protectorChristian Graus15-Jan-07 18:53 
GeneralRe: Email address validation Pin
amaneet15-Jan-07 19:01
amaneet15-Jan-07 19:01 
AnswerRe: Email address validation Pin
Sachin Pimpale15-Jan-07 18:56
Sachin Pimpale15-Jan-07 18:56 
hi that is the code in JS switch case in acse of more validating fields u can add here check that if any prob kindly notify


var mEmailAddress = '';
cInvalidEmailAddress = "Invalid email address in "
cInvalidEmailAddress = "Invalid email address in "

switch(cType)
{
case 'email' :
var cVal;
cVal=checkRequired(obj);
if(cVal!=1 && cVal!=2)
{
mReqdFields = mReqdFields + cVal + '\n';
}
else if(cVal==2)
{
if(!validateEmail(obj))
mEmailAddress = mEmailAddress + obj.caption + '\n';
}
break;
}
if (mEmailAddress != '')
ErrStr = ErrStr + cInvalidEmailAddress + mEmailAddress + '\n';



SP
--
Bugs can neither be created nor be removed from software by a developer. They can only be converted from one form to another. The total number of bugs in the software always remain constant.

GeneralRe: Email address validation Pin
Rajiya15-Jan-07 19:28
Rajiya15-Jan-07 19:28 
GeneralRe: Email address validation Pin
Dave Sexton15-Jan-07 20:17
Dave Sexton15-Jan-07 20:17 
GeneralRe: Email address validation Pin
Rajiya15-Jan-07 21:07
Rajiya15-Jan-07 21:07 
GeneralRe: Email address validation Pin
the.bombardier15-Jan-07 22:10
the.bombardier15-Jan-07 22:10 
AnswerRe: Email address validation Pin
Hendrick16-Jan-07 7:02
Hendrick16-Jan-07 7:02 
Questionline numbers? Pin
Rahithi15-Jan-07 18:03
Rahithi15-Jan-07 18:03 
AnswerRe: line numbers? Pin
priya_p23315-Jan-07 18:14
priya_p23315-Jan-07 18:14 
AnswerRe: line numbers? Pin
Christian Graus15-Jan-07 18:22
protectorChristian Graus15-Jan-07 18:22 
GeneralRe: line numbers? Pin
amaneet15-Jan-07 19:16
amaneet15-Jan-07 19:16 
GeneralRe: line numbers? Pin
Christian Graus15-Jan-07 19:30
protectorChristian Graus15-Jan-07 19:30 
GeneralRe: line numbers? Pin
amaneet15-Jan-07 19:34
amaneet15-Jan-07 19:34 
GeneralRe: line numbers? Pin
Christian Graus15-Jan-07 22:26
protectorChristian Graus15-Jan-07 22:26 
GeneralRe: line numbers? Pin
amaneet15-Jan-07 22:49
amaneet15-Jan-07 22:49 
GeneralRe: line numbers? Pin
Enriad19-Jan-07 14:04
Enriad19-Jan-07 14:04 
QuestiondataGridView ColumnType as DateTimePicker? Pin
priya_p23315-Jan-07 18:02
priya_p23315-Jan-07 18:02 
AnswerRe: dataGridView ColumnType as DateTimePicker? Pin
amaneet15-Jan-07 18:52
amaneet15-Jan-07 18:52 
QuestionRe: dataGridView ColumnType as DateTimePicker? Pin
amaneet15-Jan-07 19:43
amaneet15-Jan-07 19:43 

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.