|
-
Jan 2nd, 2003, 08:05 AM
#1
Thread Starter
Fanatic Member
Whats wrong with this ..aaarrrggghhh
Can someone tell me whats wrong with this asp.net code?
<asp:TemplateColumn HeaderText="ack" Visible="True">
<ItemTemplate>
<%# if DataSet1.FieldValue("CALLACK", Container) = true then %>
<img align="middle" src='image1.gif'>
<%else%>
<img align="middle" src='iamge2.gif'>
<%end if%>
</ItemTemplate>
</asp:TemplateColumn>
I keep getting the error message :
"Expression expected"
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|