I've double checked that the names for everything are correct, but I just can't seem to get this to work.

Any help you can give me would be greatly appreciated.

Thanks!
--Lisa

Source: http://www.livejournal.com/community/aspdotnet/32521.html

    ListBox and DropDownList...ack!

    Date: 04/25/05 (Asp Dot Net)    Keywords: asp


    Never mind. I forgot about putting the onClick="editClearButton_Click" command in my button code.


    Okay, so this is a really dumb question. Seriously. I should know this.

    I *do* know this.

    But it still doesn't work.

    I've basically got the equivilant of two forms on one page. It's all contained in one form, but each button handles a certain set of controls. Hence the phrasing.

    Each control set has a submit button and a clear button. (I'm trying to get the clear buttons working first, as those are less messy) The first clear button has a ListBox control, and the second clear button has a DropDownList control.

    Each of these controls deals with indicies (indexes? Whatever's plural for index) for selection purposes. So, as one might expect, I want to set the index to the default (the defaults each read "--Please select an exam--" and "--Please select a course--" respectively). Unfortunately, when I reset the SelectedIndex property to the default, nothing happens.


    Script Code Sample (using C#):
    void editClearButton_Click(object sender, EventArgs e)
    {
      editExamAlert.Text = "";
      editExamValidation.Text = "";
      editExamList.SelectedIndex = 0;
    }




    ASP.NET Code Sample:
    

Edit an Exam

Please Select the exam you would like to edit.
--Please Select an Exam-- nu210 Exam 1 nu220 Exam 1 nu235 Exam 1 nu238 Exam 1
« Generating HTTP Errors in IIS || AxoSoft OnTime defect tracker. »


antivirus | apache | asp | blogging | browser | bugtracking | cms | crm | css | database | ebay | ecommerce | google | hosting | html | java | jsp | linux | microsoft | mysql | offshore | offshoring | oscommerce | php | postgresql | programming | rss | security | seo | shopping | software | spam | spyware | sql | technology | templates | tracker | virus | web | xml | yahoo | home