How can I add a code-behind file to an aspx page?
问题 There are two pages in a legacy app to which I'm addding fuctionality. One of the .aspx files, when the "Design" view is shown, sports an Events tab in the Properties pane: The other, though, does not - it only shows Properties: I need to add a custom method to this code; how can I create a corresponding .vb code-behind file where I can add this method? UPDATE I tried jackjop's suggestions, but F7 did nothing, and I do not seem to have the "Show All Files" glyph: UPDATE 2 I tried adding this