How would I go about populating a database value to my html body background ?
Simply put, the HTML code is something like:
<body background="<%=session("userLogo")%>">
Update Clarification of my question: Where in the code-behind, should I make the database call to populate the session("userLogo") value ?