Welcome Guest Search | Active Topics | Sign In | Register

Problems with Rating Options
IZIO
Posted: Tuesday, November 27, 2012 8:29:01 AM
Rank: Member
Groups: Member

Joined: 11/13/2012
Posts: 10
Hi.

I am using Rating with binding to a field in a MSSQL
The field is int and everything is working with update and insert.
When I select the field and bind it to Value property I get an error.
Value='<%# Bind("SupplierRate")%>'>

If I bind the same field to a textbox, it works with the textbox.
If I set the value to a fixed number it works.

Please advise

eo_support
Posted: Tuesday, November 27, 2012 3:07:00 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,195
Hi,

Value is of decimal type. So make sure your data source is of the same type. If not, you will have to cast it.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.