Login
Home
KB
Snippets
Current Articles
|
Archives
|
Search
Entries for May 2016
11
GridView Trim Long String
posted on May 11, 2016 09:32
Try this . . . . <asp:TemplateField HeaderText="Thank You Letter"> <ItemTemplate> <asp:Label ID="lblTYLetter" runat="server" Text='&...
[Read the rest of this article...]
GridView TemplateField
Posted in:
C Sharp - C#
,
DNN
,
Modules
Actions:
E-mail
|
Permalink
|
Comments (0)
11
DNN 7.3 FillObject
posted on May 11, 2016 06:34
//public DonationTrackerInfo DonationTrackerPledgeGetPledgeByID(int pledgeID) //{ // return (DonationTrackerInfo)CBO.FillObject(DataProvider.Instanc...
[Read the rest of this article...]
DNN Controller
Posted in:
C Sharp - C#
Actions:
E-mail
|
Permalink
|
Comments (0)
04
Get State Code By State Name
posted on May 04, 2016 07:17
DNN now returns the long state name when using DotNetNuke.Entities.Users.UserInfo . . . Here's an easy workaround for returning the 2 letter stat...
[Read the rest of this article...]
State Name
,
State Code
Posted in:
C Sharp - C#
,
DNN
,
Custom Modules
Actions:
E-mail
|
Permalink
|
Comments (0)