|
|
Entries for 'ListController()'
posted on January 27, 2020 08:52
public void CreateList()
{
try
{
//create a placeholder entry -
const string listName = "InventoryReportingType";
var listC...
[Read the rest of this article...]
ListController()
posted on January 02, 2020 07:31
Get a list of states using the DNN Lists
public void GetDropDownListStates()
{
try
{
// Get State Dropdown from DNN...
[Read the rest of this article...]
ListController()