I have a column in my database that stores the url of the user's profile picture. In the home page' page_load event handler, I need to determine the image url, but I don't know how to do that using SQL commands.
From the images below, how can I give the query result to the image's ImageUrl property?

