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 )

8488 put(a) pogledan, 4 odgovor(a) 17.9.2012. 19:35:00Kreirao(la) super
super

super

17.9.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 ?
Ovaj sadržaj još nije ocijenjen. 
6018 Reputacija 709 Ukupno objava
khorvat

khorvat

18.9.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
Ovaj sadržaj još nije ocijenjen. 
15993 Reputacija 2214 Ukupno objava
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).
Ovaj sadržaj još nije ocijenjen. 
6018 Reputacija 709 Ukupno objava
khorvat

khorvat

11.12.2012. 8: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
Ovaj sadržaj još nije ocijenjen. 
15993 Reputacija 2214 Ukupno objava