Hi!
I want to place controls like text box etc on an image without cutting the image.I mean I want image as a background of that control.Is it possible to do in C#?.If yes,please tell how to implement it.
Roohi
Hi!
I want to place controls like text box etc on an image without cutting the image.I mean I want image as a background of that control.Is it possible to do in C#?.If yes,please tell how to implement it.
Roohi
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
roohiPosted Nov 17, 2008, 7:04 AM
Hi!
Thanks for your answer but I want to implement it in windows forms(VS2008)not in ASP.net
Blocked AccountPosted Nov 17, 2008, 6:55 AM
Hi Roohi,
You can always manually set the style of any .NET control.
Or you can set the background image through style sheets and set the CssClass attribute on your control.