Mono Support How to have images in poll questions ? 

Viewed 8767 time(s), 4 post(s), 9/17/2012 7:35:00 PM - by super
9/17/2012 7:35:00 PM
6018 Reputation 709 Total posts

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 ?

1
9/18/2012 6:36:16 PM
15993 Reputation 2214 Total posts

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

2
12/10/2012 8:59:07 PM
6018 Reputation 709 Total posts

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).

3
12/11/2012 8:10:35 AM
15993 Reputation 2214 Total posts

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

4
This is a demo site for MonoX. Please visit Mono Software for more info.