asp.net label over asp.net image -


i want palce asp.net label on asp.net image

<asp:image id="image1" runat="server" imageurl="~/option.png" />  <asp:label id="label1" runat="server" text="labelsssssss"></asp:label>   

here come 1 after only. have use both asp controls no html controls allowed.how?

if possible, remove image, put label in div, set background-image of div image.


Comments

Popular posts from this blog

node.js - How to mock a third-party api calls in the backend -

node.js - Why do I get "SOCKS connection failed. Connection not allowed by ruleset" for some .onion sites? -

matlab - 0-by-1 sym - What do I need to change in order to get proper symbolic results? -