Hello, I am hoping that someone can come to my rescue with this issue. I have been tearing my hair out and just cannot figure out a solution.... I want a ListView that displays images stored in SQL. I have a Stored Procedure that returns the data, including a Thumbnail Image that should be displayed. The data type of the Thumbnail Image is varbinary(MAX). Locally, it works perfectly. However, once I publish to the server, it doesn't. I have three items to display, each with a picture. The first time, the page loads, it will display image 1, but not image 2 and 3. If I click Refresh, it will display Image 2 and 3, but not Image 1. If I click Refresh again, it will display Image 2, but not Image 1 and 3, etc, etc, etc. I used the code found here: http://demos.telerik.com/aspnet-ajax/binaryimage/examples/default/defaultvb.aspx?product=listview to create my page. I even created a blank page, no master page, no tables, no style, etc and literally just copied in the code, changed the DataSource, and the Field Names. Locally = Perfect. Server=Same issue. I'm really at a loss here and would love any insight.... please, please, please, save my forehead from further bruising!