Go Back   Velocity Reviews > Newsgroups > ASP Net
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

ASP Net - RequiredFieldValidator : DropDownList (newbie qu)

 
Thread Tools Search this Thread
Old 05-28-2004, 03:21 PM   #1
Default RequiredFieldValidator : DropDownList (newbie qu)


Hi

I am trying to validate a dropdown with RequiredFieldValidator.

One of the list items is 'Please select' with a value of 0.

How can I validate whether they have selected this option?

Thanks

Angela


Angela
  Reply With Quote
Old 05-28-2004, 03:22 PM   #2
Karl Seguin
 
Posts: n/a
Default Re: RequiredFieldValidator : DropDownList (newbie qu)
You can use the InitialValue property to validate against this value.

<asp:req... InitialValue="0" /> will fail if "Please Select" is the
active.

Karl

"Angela" <> wrote in message
news: om...
> Hi
>
> I am trying to validate a dropdown with RequiredFieldValidator.
>
> One of the list items is 'Please select' with a value of 0.
>
> How can I validate whether they have selected this option?
>
> Thanks
>
> Angela





Karl Seguin
  Reply With Quote
Old 05-28-2004, 03:25 PM   #3
George Durzi
 
Posts: n/a
Default Re: RequiredFieldValidator : DropDownList (newbie qu)
Make it's value an empty string.

The REquiredFieldValidator will then work on it just like if it was any
other HTML control

"Angela" <> wrote in message
news: om...
> Hi
>
> I am trying to validate a dropdown with RequiredFieldValidator.
>
> One of the list items is 'Please select' with a value of 0.
>
> How can I validate whether they have selected this option?
>
> Thanks
>
> Angela





George Durzi
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Newbie; what is the best software to convert DVD (Vob) file to avi - divx ? Laura25 DVD Video 4 07-12-2006 03:03 PM
NEWBIE - DVD burn problem - need help Vic Baron DVD Video 6 09-29-2005 10:56 PM
newbie Chris A+ Certification 1 08-16-2005 12:53 AM
Another newbie question Jerold Pearson DVD Video 1 12-11-2004 02:25 AM
Newbie to Linux Mandrake Volund A+ Certification 5 10-01-2004 03:12 PM




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46