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 134 posts 712 karma points
    Oct 21, 2018 @ 22:25
    Daniel Rogers
    0

    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 134 posts 712 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 }); } }

Please Sign in or register to post replies

Write your reply to:

Draft