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 - Error with a code line. Urgent. Thank You.

 
Thread Tools Search this Thread
Old 06-14-2004, 10:34 PM   #1
Default Error with a code line. Urgent. Thank You.


Hello,

i am inserting form values into a database and i am getting problems in this
line:

<Parameter Name="@Local02Metro" Value='<%# IIf(local02Metro.Checked <>
"", local02Metro.Checked, "") %>' Type="WChar" />

The error i get is this:

System.InvalidCastException: Cast from string "" to type 'Boolean' is not
valid. ---> System.FormatException: Input string was not in a correct
format.
at Microsoft.VisualBasic.CompilerServices.DoubleType. Parse(String Value,
NumberFormatInfo NumberFormat)
at Microsoft.VisualBasic.CompilerServices.BooleanType .FromString(String
Value)

Can you tell me what i need to change in my line?
Basicly i am getting the value of a check box.

I am working in ASP.net / VB.

Thank You,
Miguel




Miguel Dias Moura
  Reply With Quote
Old 06-15-2004, 12:01 AM   #2
TJS
 
Posts: n/a
Default Re: Error with a code line. Urgent. Thank You.
local02Metro.Checked will return a 1 or a 0

it won't compare to ""

try changing code to local02Metro.Checked =0




TJS
  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
Please Help Its urgent C++ Code required ch_mshahid General Help Related Topics 1 07-31-2008 02:35 PM
plz post the vhdl code for dma controller 8257 with description(very urgent.....plz) vijaygubba General Help Related Topics 0 02-04-2008 02:31 PM
SONY DVD RW DW-G120A SOMETIMES FAILS...... atlantic965 DVD Video 0 06-18-2006 10:36 PM
problems backing up dvds Lawrence Traub DVD Video 11 09-27-2005 07:34 PM
Burn process failed - help! Log file posted for help troubleshooting Michael Mason DVD Video 1 08-16-2004 09:24 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