Skip to main content

Posts

Showing posts from March, 2013

DNN content Localization with front end control

Dear All It's very small but it save time instead of setting the localization value all the time from the code behind, by using this code you can control it with the front end controller <asp:Button ID="Button2" runat="server" resourcekey="PrintButton.text"/> Here resourcekey is use for localization and printbutton.text is define under the resx file I hope it helps you for saving the time Regards Rashid Imran Bilgrami http://www.bestvisualization.com

Missing xml comment for publicly visible c# (Solved)

Dear All, If you are facing the warning " Missing xml comment for publicly visible c# " then you just need to do following steps Open you c# project propoerty Click on Build tab Under output section uncheck the xml documentation  file The problem will be resolved Regards Rashid Bilgrami http://www.bestvisualization.com