Hi,
I wanted to know if it is possible to include asp.net server controls within graphic images, is it possible for me to have controls within say a rectangle with curved edges thats drawn using graphics.


Thanks in advance
Gopan

Recommended Answers

All 2 Replies

Do you just want cornered edges, or can it be done by putting your control on top of an image? If layering will work, that can be done with CSS, using the z-index property as I recall. If you want cornered edges on, say, an asp:Panel, look into the AJAX Toolkit which has an AJAX extender for rounded corners. Or is it something else?

i wanted to know the same... May be i wil look into z-index property then...
Thanks for the information ..:)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.