<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:blog="http://dnn-connect.org/blog/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/">
  <channel>
    <title>Blog - Dotnetnuke</title>
    <link>https://xrmlabs.com/About-Us/XRMs-Blog/term/113/locale/en-US/Blog-Dotnetnuke</link>
    <description />
    <managingEditor>sales@xrmlabs.com</managingEditor>
    <pubDate>Tue, 28 Apr 2026 00:14:57 GMT</pubDate>
    <lastBuildDate>Tue, 28 Apr 2026 00:14:57 GMT</lastBuildDate>
    <category>Dotnetnuke</category>
    <generator>DotNetNuke Blog RSS Generator Version 6.5.2.0</generator>
    <ttl>30</ttl>
    <atom:link href="https://xrmlabs.com/DesktopModules/Blog/API/RSS/Get?moduleid=440&amp;tabid=94&amp;term=113" rel="self" type="application/rss+xml" />
    <item>
      <title>Web API how to use web API and how to secure them in DNN</title>
      <link>https://xrmlabs.com/About-Us/XRMs-Blog/Post/8316/Web-API-how-to-use-web-API-and-how-to-secure-them-in-DNN</link>
      <description>&lt;p&gt;In today&amp;rsquo;s world if we are using any service on the internet, we are consuming some sort of APIs in many ways. Even the article you are reading is coming as a response to an API request to our servers.&amp;nbsp;Have you ever thought how you are able to see Google Maps on websites other than Google? That is where the APIs comes into picture.&lt;/p&gt;
</description>
      <category>API In DotNetNuke</category>
      <category>ContentManagement</category>
      <category>DNNPlatform</category>
      <category>Dotnetnuke</category>
      <category>Web API</category>
      <category>WebDevelopment</category>
      <category>.Net</category>
      <category>DotNetNuke</category>
      <guid isPermaLink="true">https://xrmlabs.com/About-Us/XRMs-Blog/Post/8316/Web-API-how-to-use-web-API-and-how-to-secure-them-in-DNN</guid>
      <pubDate>Sun, 09 Aug 2020 18:26:00 GMT</pubDate>
      <blog:publishedon>2020-08-09 18:26:00Z</blog:publishedon>
    </item>
    <item>
      <title>Want to know DNN and basics of DNN ?                       </title>
      <link>https://xrmlabs.com/About-Us/XRMs-Blog/Post/6936/Want-to-know-DNN-and-basics-of-DNN</link>
      <description>&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;a href="https://www.xrmlabs.com/Services/DNN-Solutions"&gt; DNN&lt;/a&gt;(DotNetNuke)&lt;/p&gt;</description>
      <category>Dotnetnuke</category>
      <guid isPermaLink="true">https://xrmlabs.com/About-Us/XRMs-Blog/Post/6936/Want-to-know-DNN-and-basics-of-DNN</guid>
      <pubDate>Sat, 22 Oct 2016 12:50:00 GMT</pubDate>
      <blog:publishedon>2016-10-22 12:50:00Z</blog:publishedon>
    </item>
    <item>
      <title>How to write XML dynamically through code at button click and  to store in project directory without giving location.</title>
      <link>https://xrmlabs.com/About-Us/XRMs-Blog/Post/227/How-to-write-XML-dynamically-through-code-at-button-click-and-to-store-in-project-directory-without-giving-location</link>
      <description>&lt;p&gt;Step 1 Develop UI as per requirement like Name, Branch, Address, Pin Code, Mobile No Add namespaces&lt;/p&gt;
</description>
      <category>ASP.NET</category>
      <category>DNNPlatform</category>
      <category>Dotnetnuke</category>
      <category>MS CRM 2011</category>
      <category>WebsiteManagement</category>
      <category>XML</category>
      <category>.Net</category>
      <guid isPermaLink="true">https://xrmlabs.com/About-Us/XRMs-Blog/Post/227/How-to-write-XML-dynamically-through-code-at-button-click-and-to-store-in-project-directory-without-giving-location</guid>
      <pubDate>Sun, 28 Apr 2013 19:44:00 GMT</pubDate>
      <blog:publishedon>2013-04-28 19:44:00Z</blog:publishedon>
    </item>
    <item>
      <title>Data Relation using Data Set in .Net</title>
      <link>https://xrmlabs.com/About-Us/XRMs-Blog/Post/258/Data-Relation-using-Data-Set-in-Net</link>
      <description>&lt;p&gt;DataSet: &amp;nbsp; The DataSet class represents a memory-resident database. It is a container for the DataTable and DataRelation classes.DataRelationIt is a Class to establish relation with more than one data in the dataset. &amp;nbsp; DataRelation class constructor takes three arguments to establish relationship with other table. &amp;nbsp;1. Strdatarelationname(String type). &amp;nbsp;2. Parent table columan name. &amp;nbsp;3. Child table columan name. &amp;nbsp; To get all data againsed parent table column name you have to use GetChildRows method, which takes one &amp;nbsp;arguments( Strdatarelationname). and after getting all fields value of child table you can go further with your own code whatever you want. &amp;nbsp; Here below code gives you example to relate two table using particular field of table. &amp;nbsp; DataSet ds = null; &amp;nbsp;protected void Page_Load(object sender, EventArgs e) &amp;nbsp;{ &amp;nbsp;ds = new DataSet(); &amp;nbsp;ds.Tables.Add(MakeAuthorData()); &amp;nbsp;ds.Tables.Add(MakeBookData( ...&lt;/p&gt;
</description>
      <category>DNNPlatform</category>
      <category>DotNetCMS</category>
      <category>Dotnetnuke</category>
      <category>WebDevelopment</category>
      <category>.Net</category>
      <guid isPermaLink="true">https://xrmlabs.com/About-Us/XRMs-Blog/Post/258/Data-Relation-using-Data-Set-in-Net</guid>
      <pubDate>Thu, 25 Oct 2012 09:52:00 GMT</pubDate>
      <blog:publishedon>2012-10-25 09:52:00Z</blog:publishedon>
    </item>
    <item>
      <title>How to programmatically change the password of currently logged in user in Dot Net Nuke?</title>
      <link>https://xrmlabs.com/About-Us/XRMs-Blog/Post/257/How-to-programmatically-change-the-password-of-currently-logged-in-user-in-Dot-Net-Nuke</link>
      <description>&lt;p&gt;If you want to change password of currently logged in user. Then following code can be helpful for you. &amp;nbsp; Boolean changepass = UserController.ChangePassword(this.UserInfo, &amp;nbsp;&amp;nbsp;YourOldPassword.Text, YourNewPassowrd.Text); &amp;nbsp; if (changepass) { &amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;a href="https://www.xrmlabs.com/Services/DNN-Solutions"&gt;DotNetNuke&lt;/a&gt;.UI.Skins.Skin.AddModuleMessage &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (this, &amp;quot;Your Password has been changed successfully&amp;quot;, &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;a href="https://www.xrmlabs.com/Services/DNN-Solutions"&gt;DotNetNuke&lt;/a&gt;.UI.Skins.Controls.ModuleMessage.ModuleMessageType.GreenSuccess); }&lt;/p&gt;
</description>
      <category>DNNCommunity</category>
      <category>DNNPlatform</category>
      <category>DNNSoftware</category>
      <category>DotNetCMS</category>
      <category>Dotnetnuke</category>
      <category>.Net</category>
      <category>DotNetNuke</category>
      <guid isPermaLink="true">https://xrmlabs.com/About-Us/XRMs-Blog/Post/257/How-to-programmatically-change-the-password-of-currently-logged-in-user-in-Dot-Net-Nuke</guid>
      <pubDate>Thu, 25 Oct 2012 09:50:00 GMT</pubDate>
      <blog:publishedon>2012-10-25 09:50:00Z</blog:publishedon>
    </item>
    <item>
      <title>DotNetNuke 6 was released</title>
      <link>https://xrmlabs.com/About-Us/XRMs-Blog/Post/261/DotNetNuke-6-was-released</link>
      <description>&lt;p&gt;Yesterday, &lt;a href="https://www.xrmlabs.com/Services/DNN-Solutions"&gt;DotNetNuke&lt;/a&gt; 6 was released! The&amp;nbsp;&lt;span style="font-family:'Roboto Regular'; font-size:16px"&gt;&lt;a href="https://www.xrmlabs.com/Services/DNN-Solutions"&gt;DotNetNuke&lt;/a&gt;&lt;/span&gt;&lt;span style="font-family:'Roboto Regular'; font-size:16px"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="font-family:'Roboto Regular'; font-size:16px"&gt;Release Candidate includes all of the new features and improvements available in the final stable version and all the new additions are working very well. The most notable new features and additions in this release are: 1.A brand new skin 2.The &lt;a href="https://www.xrmlabs.com/Services/DNN-Solutions"&gt;DNN&lt;/a&gt; extension gallery 3.An all new module actions menu 4.Polished pop up and core styling 5.New admin control panel drop down menus&lt;/span&gt;&lt;/p&gt;
</description>
      <category>DNNModules</category>
      <category>DNNPlatform</category>
      <category>DNNSoftware</category>
      <category>DotNetCMS</category>
      <category>Dotnetnuke</category>
      <guid isPermaLink="true">https://xrmlabs.com/About-Us/XRMs-Blog/Post/261/DotNetNuke-6-was-released</guid>
      <pubDate>Sat, 20 Oct 2012 09:55:00 GMT</pubDate>
      <blog:publishedon>2012-10-20 09:55:00Z</blog:publishedon>
    </item>
  </channel>
</rss>