I have the following code that is hard coded
<img src="data:image/png;base64,iVBORw0KGgoAAAANSUh .... " >
Through asp.net how do I assign the value of src as I need to pull the value from the db and assign it a value vs. the hard coded way that I currently have it as. I am using win form.
Note that src has a value of string.