Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.
<%# Convert.ToDateTime(Eval("Posted")).ToShortDateString() %>

It tells me Invalid Expression term ')'. The code still runs fine though, it's just annoying.

This is the full markup:

<p>
Last Updated:
<%# Convert.ToDateTime(Eval("Posted")).ToShortDateString() %>
</p>
share|improve this question
Ben, How do you did you put the grey background around the error message. – Xaisoft Dec 2 '09 at 16:02
@Xiasoft -- backticks. – tvanfosson Dec 2 '09 at 16:03
Alright, I will remember that. – Xaisoft Dec 2 '09 at 16:04
Edit your post and you can see the exact markdown he used – Bob Dec 2 '09 at 16:04
@Bob - Thanks I just took a look. – Xaisoft Dec 2 '09 at 16:05
show 3 more comments

1 Answer

up vote 0 down vote accepted

Tried deleting it and retyping it out (not copy and paste)?

This sometimes works for me when I get obviously incorrect errors in the editor.

share|improve this answer
Thanks, I pretty much did that and it is not complaining. – Xaisoft Dec 2 '09 at 16:32

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.