asp.net repeater returns weird html
- by emre
I have a repeater that is supposed to create div tags with their onclick functions from databind. Which is like
onclick='<%# "functionname('" + Eval("somestring") +"');" %>'
but the single quotes ' after the js func ( and before ) , they become something like ?,= ..
I don't understand what's happening. .. the full code is below
<div…