I am damn confuse in TabId
and ModuleId
which need to pass as parameters in Globals.NavigateURL
.
I have created a project with 2 UserControl. Now I want to navigate in button click event of first UserControl.
I have reviewed some reference. Most of them suggest to pass TabId, Key and ModuleId
. I know Key
but I don't know what is TabId
and ModuleId
and how to get it in my .cs
file of usercontrol.
Can anybody please suggest me?