MonoX support board

Start the conversation, ask questions and share tips and solutions with fellow developers.

Non-registered users can only browse through our support boards. Please register now if you want to post your questions. It takes a second and it is completely free. Alternatively, you can log in without registration using your credentials at major sites such as Google, Microsoft Live, OpenId, Facebook, LinkedIn or Yahoo.

How to have images in poll questions ?  (Mono Support )

Viewed 7920 time(s), 4 post(s) 9/17/2012 7:35:00 PMby super
super

super

9/17/2012 7:35:00 PM
I want to post a poll in which I wanna use images in the questions like which product you like ? choices will have images of each product.

Is it possible ? if no, how to make it possible ? any easy solution ?
This content has not been rated yet. 
6018 Reputation 709 Total posts
khorvat

khorvat

9/18/2012 6:36:16 PM
Hi,

you need to disable request validation and turn back to validation mode .NET 2.0 like this:

<httpRuntime maxRequestLength="1550000" enableVersionHeader="false" requestValidationMode="2.0" />
<pages validateRequest="false" enableEventValidation="false" controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID">
then you can add the following to poll answer:
Regards
This content has not been rated yet. 
15993 Reputation 2214 Total posts
super

super

12/10/2012 8:59:07 PM
Is this solution to have image for poll ? or poll options ?

I want a poll with options like products names along with images (for each poll option).
This content has not been rated yet. 
6018 Reputation 709 Total posts
khorvat

khorvat

12/11/2012 8:10:35 AM
Hi Super,

this is a solution to have HTML elements in the Poll, so it's up to you what will be in it.

Regards
This content has not been rated yet. 
15993 Reputation 2214 Total posts