I am just getting started in Interactive Designer. The problem i facing now is unclear with the XAML code as well as the CS code. Do the XAML is only control the UI and CS is to control the page events
Secondly is regarding to code some interactive events in page designer So, it is code through the XAML or CS code
Thanks ...

Getting Started with Interactive Designer (blur with XAML & CS code)
Jason Hillier
Hi CyanBlue,
I haven't found any EID specific tutorials that are better than the standard ones mentioned above. However, I benefited a great deal from just studying simple XAML examples. I recommend checking out Charles Petzold's blog.
Additionally, if you post some specific question about what was confusing you with EID, perhaps we could address those.
PFerns
Thanks for the link, lester... :)
I've visited the page some time ago, but that page is somewhat confusing to me... :(
Maybe it's one of those Hello World tutorial that I need... Once I know how to add some assets on the page and add an event handler, I should be good to go, hopefully...
Thanks..
CyanBlue
pricebri
Also, please feel free to ask any and all Expression Interactive Newsgroup questions including pointers to "How-to" documents on the Expression newsgroups:
http://www.microsoft.com/communities/newsgroups/en-us/default.aspx dg=microsoft.public.expression.interactivedesigner&lang=en&cr=US
Thanks,
-Unni
Feng Chun
hi steven,
i'm new to xaml. i may not answer ur questions, but i could clarify one thing that
what ever u can do with xaml code ....u can do it in CS code.
sris
Hoang Nguyen
Also, just an FYI - 99+% of Expression Interactive Designer's user interface definitions are in XAML.
Thanks,
-Unni
Randy Cragin
Does anybody know of a EID 101 type of tutorial somewhere I am looking for something really really basic... :)
Thanks...
Jason
GoldnGreen
cost7615
It is a code design decision as to how you write the code. But the guideline is that XAML is for the UI and the CS code is the logic.
HTH