Hi all,
From various tutorial I have some knowledge on how to create a navigation between user control in a page. But If I want to navigate to another pages? (not to another user control)
I mean, I could easily hard coded the TAB ID into the response.Redirect() but If I deployed my module to another server, I can't be sure to get the same TAB_ID as hardcoded in my Response.Redirect().
I can use DNN's Build In Link Module but I have some custom logic, so if user click "GO" button, It can bring user to page1, or page2, etc depending on user's input
Thanks