User Profile

Collapse

Profile Sidebar

Collapse
PrivateJoker
PrivateJoker
Last Activity: Nov 11 '08, 03:53 PM
Joined: Jul 10 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • PrivateJoker
    replied to HTML ListBox issues
    in .NET
    It was a custom attribute that they used to store information in.

    What I did was change divname to lang and hid the information in it.

    It seems to be working now.

    Thanks all for all your help.
    See more | Go to post

    Leave a comment:


  • PrivateJoker
    replied to HTML ListBox issues
    in .NET
    Yes. Only one entry (the first selection on the list) shows.


    I also tried using a standard HTML attribute such as "lang" and "title", but no matter what it still only returns one selection....
    See more | Go to post

    Leave a comment:


  • PrivateJoker
    replied to HTML ListBox issues
    in .NET
    I have tried all of the suggestions.

    Actually I was able to pin it down to the "divname" statement.

    EVERYTHING works in IE6, but it does not work in IE7.

    In IE7 if I remove the "divname" tag then the multiple selection works. However I need the divname for my javascript validation.

    Any suggestions?
    See more | Go to post

    Leave a comment:


  • PrivateJoker
    started a topic HTML ListBox issues
    in .NET

    HTML ListBox issues

    I have a HTML list box created and I am trying to access the selected values on the PostBack. However I am only getting one value back from the list box.

    <TD ID='TDDescripti on'>
    <SELECT NAME='Descripti on' Class='RegText' isrequired=Yes Multiple=True Size=6 divname='Non-FatalCorrected' >
    <OPTION Value='aa' >aa</OPTION>
    <OPTION Value='bb' >bb</OPTION>
    <OPTION Value='cc'...
    See more | Go to post
No activity results to display
Show More
Working...