Question : Unable to get the tooltip to work with ajax updatepannel

I have code where i am showing the image, employee name and button in a datalist all inside a ajax updatepannel when user click on the button the tooltip will display that item is being added to the basket but the code behind function of click event is not running

I had added the code

Thanks
Attachments:
 
my sample coed
 

Answer : Unable to get the tooltip to work with ajax updatepannel

Because the namespace is not correct

<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL Transform">

should be

<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

But you will "get" everything, but not "see" everything
W3schools shows the result in a browser, it only shows the html working

I recommend that you download an IDE for learning and testing,
that way you see exactly what you get
here is a good one
www.oxygenxml.com
Random Solutions  
 
programming4us programming4us