Parser Error Message: The server tag is not well formed.
Source Error:
Line 27: <asp:Label ID="Label1" runat="server" Text='<%# Bind("PCName") %>' />
Line 28: </li>
Line 29: <asp:AccessDataSource ID="AccessDataSource2" runat="server"
Line 30: DataFile="~/Database/PDetail.mdb"
Line 31: SelectCommand="SELECT DISTINCT [PBName] FROM [PDETAIL] WHERE PCName= <%# Eval("PCName")%> ">
Surround the SelectCommand with
''and not with""