I have a bit of code in my markup like this :<% Response.Write(((String)objRow["Post"]).Trim()); %> The value in objRow["Post"] is HTML markup - similar to ...
確定! 回上一頁