Hello,
I have a lot of javascript-functions in my code that work like this:
<telerik:RadScriptBlock ID="RadScriptBlock1" runat="server">I'm calling these functions this way:
function foo(sender)
{
....
}
</telerik:RadScriptBlock>
How can I use inline asp-tags in HTML-Controls ?<img name="foo" onclick="return foo('<%=me.ClientID %>');" />This throws the infamous "Control Collection"-Error.
I dont't want to change all the function calls - this would require more than a week !
Kind Regards,
Michael