|
knuttlehead -> RE: Conditional HTML in formview results needed... (3/31/2008 12:51:44)
|
rd, Can't tell you how much I appreciate your time with this! I'm using a fromview. Ahhh,so, I can create and use a function with the <%#eval("whatever") %> code. A glimmer of light for me![:)] Had a problem with not being able to get the blank lines to show in the data when I was retrieving it from an access database and finally did this similar code that worked good: <% # Replace(Eval("MixNotes"),chr(13)& chr(10),"<br>") %> Oh well, I was really hoping I could just use the tag properties sections on EW design view to do the conditional statement somehow, but I'm used to adding asp to frontpage to 'get er done' so guess I'll have to continue that with EW. I'm pertty sure I understand what you are doing, but I need to learn how to set up a code behind page and I think I'll be in business. Any help with that? Links. Instructions?[8|]
|
|
|
|