We need a database driven CSS menu. How would you do that?
I already managed to get a database driven menu working using ASP.NET Menu and an XSLT file to parse an XML string that resulted from a DataSet object.
It works fine, but we don't want to use JavaScript (generated by the ASP.NET Menu) or XSLT because the (X)HTML that results is not saved to search engines.
Would you suggest a menu helper to create an unordered list?
Should I parse the XML or use the DataSet object to do it?
Or do you have another suggestion?
Please help!