I found and modified code to create an Ektron Library File Upload function. This function allows some customization: Defined Folder ID In this code I manually set the folder ID but effectively you could have a drop down list of folders to select the folder (see DMS Widget) Content Title…
Category: CSharp
Ektron DMS File List
Following my code on Ektron – DMS Content List I created this Ektron Widget
Ektron Framework API – List Folders
I found this code on the Ektron Developer Center (see link below) that pertained mainly to menus but assisted me in getting a folder drill-down so I could add it into my DMS content widget. Similar to the DMS content widget make sure you setup the proper permissions to the…
Product Key
This function can be used for various tasks but I happen to use it to make product keys cleaner or easier to read. Before: ABCDEFGHIJKLMNOPQRSTUVWXY After: ABCDE-FGHIJ-KLMNO-PQRST-UVWXY
User Registration – Check Username Availability
This is a simple example of how to check for the existence of a username prior to letting someone select a username.
Clear Form Field Inputs
Reference: http://stackoverflow.com/questions/4872364/clearing-all-fields-in-an-asp-net-form