Hi Guys,
I have a self-referencing table called Page where each row represents a Page and has a ParentId relating it to its Parent.
Now, in the database if a Page is a Root Node then it has a parentId of 0. Unfortunately, for RadMenu to render correctly each rootNode must have a parentId of NULL.
So my question is this. Is there a way to create a typed list whereby 0 is converted to NULL when the SELECT is performed?
Cheers,
Peter