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 9027 time(s), 4 post(s) 17.09.2012 19:35:00by super
super

super

17.09.2012 19:35:00
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 ?
Dieser Inhalt wurde noch nicht bewertet. 
6018 Reputation 709 Total posts
khorvat

khorvat

18.09.2012 18:36:16
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
Dieser Inhalt wurde noch nicht bewertet. 
15993 Reputation 2214 Total posts
super

super

10.12.2012 20:59:07
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).
Dieser Inhalt wurde noch nicht bewertet. 
6018 Reputation 709 Total posts
khorvat

khorvat

11.12.2012 08:10:35
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
Dieser Inhalt wurde noch nicht bewertet. 
15993 Reputation 2214 Total posts