Hi,
I am trying to implement radconfirm (Confirm postback with radconfirm) as described on this link
http://demos.telerik.com/aspnet-ajax/window/examples/browserdialogboxes/defaultcs.aspx
when I put LinkButton and configure, it works fine, but when I change its text like <b>LinkButton</b>, window works fine (it opens), its cancel event works fine, but its ok button does not post back, and confirm window stays visible. I use <b> tag because I am using it for slidingdoors technique and css.
Here is generated html codes. First one works fine, second does not.
Any thoughts?
Thanks in advance.