Issue 1. I have a page directive as shown
<%@ Page Language="
vb" AutoEventWireup="false" Trace="True" Codebehind="managelisting.aspx.
vb" Inherits="managelisting" src="managelisting.aspx.
vb" %>
Most of the time when I change the page and re-save it, visually studio automatically concatenates the name of my project (for example "jr") and a "." in front of the inheritence string so that the it becomes Inherits="jr.managelisting". This causes a compilation error. How do I stop this from happening?
Issue 2:
Formatting Issue
When I define server controls on an aspx webform I liked to
have them listed vertically. Visual Studio seems to reformat them so that they all appear on one line. How do I prevent this reformatting?
TIA- Steve