Re: When I click on a save button on my custom dialog it opens up the same window

  •  03-06-2008, 7:36 PM

    Re: When I click on a save button on my custom dialog it opens up the same window

    how is your listbox declared?  Is it set with autopostback= true?  Is it also set with a value for OnSelectedIndexChanged?
     
    It sounds like you've got an event handler issue.  Can you set a breakpoint inside the code you posted and hit it?
View Complete Thread