how to show bitmap over panel asp.net
H开发者_JAVA技巧ow to show bitmap over panel in .Net?
I can't really imagine that you even tried doing this yourself before asking the question...
If I add a Panel
control to my Web Form, and then examine the properties of that control in the Properties Window, I see one that looks particularly interesting: the BackImageUrl
property.
Visual Studio tells me that this allows me to set:
The background image of the panel.
By setting that property to the URL of a bitmap of my choice, I can show a bitmap over a panel in .NET.
精彩评论