hello
right now when i use the string: NavigateURL("", "", "mid=" & ModuleId & "&newsid=" & Eval("Id") & "&" & Eval("Title"))
i receive this url: http://localhost/dnn/news/tabid/54/mid/377/newsid/68/SomeTitle/language/en-US/Default.aspx
note that "SomeTitle" is shown after the "newsid" parameter and before "language" parameter
my question is how can i receive this url: http://localhost/dnn/news/SomeTitle/tabid/54/mid/377/newsid/68/language/en-US/Default.aspx
where "SomeTitle" is right after the page name ("news") and before the "tabid" parameter ??