Hi there,
I have a website where I'm linking a treeview control to a sitemapdatasource in order for the users to navigate the site.
It works perfectly, however when I try validating the page in the W3C validator it displays an error:
<script>
<!--
function TreeView_PopulateNodeDoCallBack(context,param) {
WebForm_DoCallback(context.data.treeViewID,param,TreeView_ProcessNodeData,context,TreeView_ProcessNodeData,false);
}
// -->
</script>
required attribute "type" not specified...
and it is absolutely right!! I tried searching the forum but did not find any thing usefull. I even added "<xhtmlConformance mode="Transitional"/>" in the web.config file but still nothing.
does anyone know how to fix this??
Thanks, Adam