Link to home
Start Free TrialLog in
Avatar of ladykh
ladykh

asked on

skmMenu not displaying in web page.

I have downloaded skmMenu to use in visual studio.net 2003, I have added the control to the toolbox and added skmMenu.dll to the project's references folder.  I can drag the control onto the page and edit its properties.  I have bound it to an xml file using the following code:

Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
        Menu1.DataSource = Server.MapPath("SimpleXML.xml")
        Menu1.DataBind()
    End Sub

But when I try to view it in the web page it appears blank?
Can anyone help?
Thanks
ASKER CERTIFIED SOLUTION
Avatar of CJ_S
CJ_S
Flag of Netherlands image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial