Knowledge Base

Snippets

Entries for 'DNN Expert'

27
<PagerStyle  CssClass="pagination-ys" />  .pagination-ys { /*display: inline-block;*/ padding-left: 0; ...

[Read the rest of this article...]

GridView PagerStyle
Posted in: CSS
27
public void CreateList() { try { //create a placeholder entry - const string listName = "InventoryReportingType"; var listC...

[Read the rest of this article...]

ListController()
25
Dim objRoleController As New RoleController Dim arrRoles As String() = CType(objRoleController.GetUserRoles(Me.PortalId, Me.UserInfo.Username.ToStrin...

[Read the rest of this article...]

DNN, Ventrian
Posted in: VbScript
25
 C# declare empty string array for Attachments string[] arr = new string[] {};string[] arr = new string[] {};string[] attachments = new string...

[Read the rest of this article...]

Posted in: Custom Modules
23
private string GetDisplayName(int PortalId, int UserId) {     string UserDisplayName = "";     DotNetNuke.E...

[Read the rest of this article...]

DNN, DisplayName
22
public string FixTokens(string _myOriginal, string _myToken, string _myReplacement) {  try  {   string _ReturnValue = "...

[Read the rest of this article...]

C#, token replacement
Page 3 of 52First   Previous   1  2  [3]  4  5  6  7  8  9  10  Next   Last