Hi,
I have a page code in my database which I am getting it by ListView Tapped like this:
string page_code = (e.ItemData as MyData).page_code;
string view_code = (e.ItemData as MyData).view_code;
and in my App I have a ContentPage and ContentView called P1000 or V1000
How can I do the PushModalAsync when I am having the name dynamic like the above?
Also how can I embed a ContentView in my ContentPage when the View name is Dynamic?
Thanks,
Jassim