Chapter 6 - Page 226 to 228
When attempting the 'Try it out' I'm getting the following error message: 'ASP.masterpages_frontend_master' does not contain a definition for 'ThemeList_SelectedIndexChanged' and no extension method 'ThemeList_SelectedIndexChanged' accepting a first argument of type 'ASP.masterpages_frontend_master' could be found (are you missing a using directive or an assembly reference?)
What have I missed? I've compared my version of FrontEnd.Master & the code behind to the version supplied and could not find the error.
--------------------
Compiler Error Message: CS1061: 'ASP.masterpages_frontend_master' does not contain a definition for 'ThemeList_SelectedIndexChanged' and no extension method 'ThemeList_SelectedIndexChanged' accepting a first argument of type 'ASP.masterpages_frontend_master' could be found (are you missing a using directive or an assembly reference?)
Source Error:
Line 24: <asp:DropDownList ID="ThemeList" runat="server" AutoPostBack="True" OnSelectedIndexChanged="ThemeList_SelectedIndexCha nged">
Last edited by martinedhotman; October 22nd, 2015 at 10:50 AM..
|