Hi!
Im following the book “Build your owain ASP.net 2.0 Website using C# & VB” and I have hit a problem.
I am getting the error message:
Validation (ASP.Net): Attribute values must be enclosed in quotation marks.
The lines pointing to is:
<td><asp:LinkButton ID=“editButton” runat=“server” Text=“Edit” CommandName=“editItem” CommandArgument=<%#Eval(“ID”)%> /></td>
And the bit VS2005 is pointing to is CommandArgument=<%#Eval(“ID”)%>
If you need help by all means post a question. There are a ton of people here trying to avoid doing any actual work while answering questions others have.
lol, thanks.
I just like to try and figure it out myself first and then if require post a question. Just don’t want to be constantly looking for people to fix my mistakes
It doesnt help Im trying to learn .ASP C# at work and build my own PHP stuff at home