Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Daniel Rogers 69 posts 364 karma points
    Oct 21, 2018 @ 22:25
    Daniel Rogers
    0

    nuPicker on web page

    I have been searching the net for info with no success.

    I want to place a Sql nupicker drop down or similar object on a website page. It is going to select a member from a particular member group.

    I have the script working and can place it in the back office and works fine but I cant get it on my web page.

    Once I get there It needs to fill out a series of edit boxes with a preaction function of checking the existing details havent been modified and bring up a error option screen to save or continue.

    I need step by step instructions on doing this.

  • Daniel Rogers 69 posts 364 karma points
    Oct 31, 2018 @ 14:26
    Daniel Rogers
    0

    Worked it out.

    Don't use nuPicker

    public IEnumerable

    public List

    for each item in Members) { lst.Add(new SelectListItem { Value = item.Label, Text = item.Label }); } }

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies