Chapter 14: Inserting and Deleting Data with the ListView Control
Step 4 says to position your cursor before the closing angle bracket of the opening tag of the ListView, type Select, pick SelectMethod from the IntelliSense list, type an equal sign, and choose Create New Method to have Visual Studio complete the markup for you and add an empty select method to the Code Behind of the file.
I am able to pick SelectMethod from the IntelliSense list, but when I type the equal sign quotes appear, and I cannot chose Create New Method.
Please advise.
|