asp binding returning wrong value from database

Posted by john on Stack Overflow See other posts from Stack Overflow or by john
Published on 2009-12-16T12:37:02Z Indexed on 2010/06/15 11:02 UTC
Read the original article Hit count: 269

Filed under:
|

When I bind a url using the productID field from my access database it returns the wrong value for example as my database starts with the first field as 2 it returns -1, then -2 for 3 and so on.

<a href='details.aspx?ID=<%#Eval("ProductID") %>'>

thanks

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about ms-jet-ace