Results 1 to 5 of 5

Thread: Global Controls

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2001
    Location
    USA
    Posts
    1,026

    Global Controls

    I want to have a listbox or a picture box that everyone using my program online can access... I want it to be viewable by all of the users...

    Can anyone help me please?

    Thanks,

    Squirrelly1
    Now happily married and still crankin' away at the keyboard. Life is grand for a coder, no?

  2. #2
    Frenzied Member TomGibbons's Avatar
    Join Date
    Feb 2002
    Location
    San Diego, CA Previous Location: UK
    Posts
    1,345

    Re: Global Controls

    I don't think I get it. How can some users not see the particular control? I'm writing an ASP.NET application right now, and all the users of it can see all of the controls.

    How are you handling user accounts and how are you restricting the display of the controls?

  3. #3

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2001
    Location
    USA
    Posts
    1,026

    Re: Global Controls

    What I mean is I want to make the SAME control usable by all instances of the program that are open at the same time.

    squirrelly1
    Now happily married and still crankin' away at the keyboard. Life is grand for a coder, no?

  4. #4
    Frenzied Member TomGibbons's Avatar
    Join Date
    Feb 2002
    Location
    San Diego, CA Previous Location: UK
    Posts
    1,345

    Re: Global Controls

    Oh I'm sorry, I understand what you're asking now.

    You could store the contents of the control in an Application variable could you not? If it was a list box you could join them with some character as the delimiter and loop through them when the user views the page. The picture box I guess you could store the picture on the server somewhere and store the path in the Application variable.

  5. #5

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2001
    Location
    USA
    Posts
    1,026

    Re: Global Controls

    Yeah, I thought about that, but I figured it would make the program really slow...

    Thanks,

    squirrelly1
    Now happily married and still crankin' away at the keyboard. Life is grand for a coder, no?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width