Okay, here's a another bug (or Microsoft likes to call it "feature") in the VS08 that I found. I have a FormView control. The page is using a MasterPage with separate file for code behind. I click the FormView control to select it and then double click
on the ItemCommand in the Action property. Instead of automatically create a method in the separate code behind .cs file, it automatically create the method inside of the .aspx page within the <script> tag. How do I get it to go automatically create the method
in the code behind .cs file?
Member
269 Points
3801 Posts
Re: 2008 HTML text freezes every 5 or so seconds in Source view
Mar 19, 2008 10:13 AM|mychucky|LINK
Okay, here's a another bug (or Microsoft likes to call it "feature") in the VS08 that I found. I have a FormView control. The page is using a MasterPage with separate file for code behind. I click the FormView control to select it and then double click on the ItemCommand in the Action property. Instead of automatically create a method in the separate code behind .cs file, it automatically create the method inside of the .aspx page within the <script> tag. How do I get it to go automatically create the method in the code behind .cs file?