Click here to Skip to main content
15,896,493 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i create gridview and i wont to edit column when i make imagefield and covert it to tamplatefield
and i write code expression i show error message :

XML
Compiler Error Message: CS1026: ) expected

Source Error:


Line 19:             </EditItemTemplate>
Line 20:             <ItemTemplate>
Line 21:                 <asp:Image ID="Image1" runat="server" Height="87px"
Line 22:                     ImageUrl='<%# proImages//"+ Eval("catNo")+"-" + Eval("proID")+".jpg" %>'
Line 23:                     Width="133px" />
Posted
Comments
Richard C Bishop 15-Aug-13 10:47am    
The message couldn't be more clear. How else do you want someone to tell you that you are missing a parenthesis?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900