Posted on: 7/30/2012 9:16:12 PM | Views : 1258

Hello... I have a page to view my product information like this.. 
ViewProduct?id=12&tile=ProductName
When i first tried this i did not used & but plain & for the parameters and i had errors in W3C validator... Now i am replacing & with & and W3C still shows this error:
Line 87, Column 64: cannot generate system identifier for general entity "title"
… <a href="ViewProduct.aspx?id=8&title=Telwin-Enter… An entity reference was found in the document, but there is no reference by that name defined. Often this is caused by misspelling the reference name, unencoded ampersands, or by leaving off the trailing semicolon (;). The most com ...

Go to the complete details ...