Hi,
Can we do any changes in XAML dynamically
ex: I have 5 links to be displayed in XAML, after sometime I may have 'n' links to be displayed. So is it possible for 'n' items to be displayed. (n=1,2,3,4.. decided runtime)
If yes, can I get sample with code behind
Thanks
Taruna

Dynamic XAML
bc020400363
Chuck Jazdzewski has started "A Tour of XAML" series, you can read those series from his blog:
http://www.removingalldoubt.com/CategoryView.aspx/XAML
Sheva
chrisjohnson
A better way is to use data binding, it will keep the UI is sync with your data. Instead of modifying the UI directly, you will modify the underlying data.
amal02
Hi,
I'm new to XAML field so could you please tell me little more about this, what's this data binding, also any link to learn XAML.
Thanks
taruna
Mougenot
Hi,
I hope these followings links will help you to learn XAML:
http://www.beacosta.com/
http://blogs.msdn.com/digitalnetbizz/archive/2005/11/06/489538.aspx
Thanks
Vijay