Hello,
Assuming you have a page, like a profile which contains a user info like his pics and names. Below are some comments from other users. If you click the name of one them--users who made the comments--it is suppose to show the profile of that another user you just clicked. What is the appropriate way to handle this? Should I just call the "ABMShared.NavigateToPage(ws, "", "../Profile/")" in a component event? Will it will refresh accordingly and this time with the info of another user? I asked because, I put the database query in my own Sub, BuildContainer, which is being called by the ABM Sub "ConnectPage()". The problem is, when the "ABMShared.NavigateToPage(ws, "", "../Profile/")" is called through a Clicked event of a label, the "ConnectPage()" is not called. Thus, the database query is not called, so there's no changes.
thanks.
Assuming you have a page, like a profile which contains a user info like his pics and names. Below are some comments from other users. If you click the name of one them--users who made the comments--it is suppose to show the profile of that another user you just clicked. What is the appropriate way to handle this? Should I just call the "ABMShared.NavigateToPage(ws, "", "../Profile/")" in a component event? Will it will refresh accordingly and this time with the info of another user? I asked because, I put the database query in my own Sub, BuildContainer, which is being called by the ABM Sub "ConnectPage()". The problem is, when the "ABMShared.NavigateToPage(ws, "", "../Profile/")" is called through a Clicked event of a label, the "ConnectPage()" is not called. Thus, the database query is not called, so there's no changes.
thanks.