- <Asp: hyperlink id = "hyperlink1" visible = '<% # ismember & (bool) eval ("isopen") %>'
- Cssclass = "sublistin" text = "[participate]" runat = "server"
- Navigateurl = '<% # "/member/Editor/articlewrite _" + eval ("subjectid") + ". htm" %>'>
- </ASP: hyperlink>
- <Asp: literal runat = "server"
- TEXT = '<% # "(recommended category:" + eval ("category. Name") + ")" %>'
- Visible = '<% # eval ("isadscriptionimproper") %>'/>
I don't know why the added string cannot be written outside <% # eval ("") %> when the control is bound? Intuitively, it seems like this. I didn't want to write the string outside the bound string, but I couldn't correctly display what I want to achieve.
I asked the manager to know that the above statement is correct. However, the reason is unclear. Alas, I hope the experts can give an explanation ~
Thank you. Haha.
Write down the text below for your reference.