Hi All,
My code is like
(1) TabInfo.FullUrl="old value"
(2) some code here.....Then
(3) TabInfo.FullUrl="new value"
but after 3rd point execution it is still showing me old value but i want it should show me "new value" I am writing this code in DotNetNuke.UI.Navigation class and get set properties for TabInfo.FullUrl in DotNetNuke.Entities.Tabs.TabInfo class.
Any idea please how it can be correct ?