I'm binding a radMenu to database data. I'm setting my DataNavigateUrlField to "MenuLink" field. for the most part, the MenuLink field simply contains page names, i.e. Default.aspx, page1.aspx, etc. I have one that I wish to link to an external site, i.e. http://www.google.com, but when i set this item's MenuLink field to http://www.google.com, on binding of the menu it throws an error:
'~/http://www.google.com' is not a valid virtual path.
obviously it's automatically putting the ~ symbol. how do i get it to not do this?
Thanks.
'~/http://www.google.com' is not a valid virtual path.
obviously it's automatically putting the ~ symbol. how do i get it to not do this?
Thanks.