Posted: 11/11/2011
Hi all,
Posted: 12/16/2011
Have you already created a method stub for "lstSemsRemaining_SelectedIndexChanged"? I believe that this error is stating that when the index changed event is triggered, there is no method stub found on the code behind.
Posted: 12/21/2011
Can you also please check if your .ASPX file is pointing properly to your .ASPX.CS (Code behind) file. Also try to recreate your dropdownlist and double click on it to generate the event for you.