M
Miguel Dias Moura
Hello,
I have an Asp:Image in my page and I need to use an image which I added
to my resources in my aspx.vb code.
Something like:
Sub MyImage()
MyImage = MyImage in Resources file
End Sub
How can I do this?
I follows MSDN example but I always got the message that my control was
of one type and my resources image of other. It's strange.
Thanks,
Miguel
I have an Asp:Image in my page and I need to use an image which I added
to my resources in my aspx.vb code.
Something like:
Sub MyImage()
MyImage = MyImage in Resources file
End Sub
How can I do this?
I follows MSDN example but I always got the message that my control was
of one type and my resources image of other. It's strange.
Thanks,
Miguel