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

c++ - Delete matches in OpenCV (Keypoints and descriptors) -

java - Could not locate OpenAL library -

sorting - opencl Bitonic sort with 64 bits keys -