Click here to Skip to main content
15,902,114 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi all,



I want to create a banner to display at the bottom of the page in WPF with some images from database and text also ,i am new to WPF so any help will be apriciated.


thanks.
Posted
Updated 30-Aug-11 0:12am
v2

1 solution

The answer you seek exceeds the purpose of this medium. It's titled "Quick Answer", not "Ask for All Teh Codez".

There are a couple of ways to lay this kind of thing out (a Grid or a StackPanel). I'd probably use a Grid myself. After that, you'd want to use data binding to attach the data to your banner.

Google is your friend (and there are A LOT of examples of this kind of thing available). If you add "CodeProject" to your google search, you'll find articles on this site.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900