Observable Collection

Hey All, I made a data factory that produces an observable collection. Let's say for simplicity that it is just a collection of quotes. I want to have a button that when clicked cycles through the observable collection of quotes and writes the quotes to a textBlock. I have bound collections before but never accessed them directly in C#. Can anyone lend a hand? Thanks!
[372 byte] By [Dvlnblk] at [2008-1-4]
# 1

I figured it out....thanks!

VideoData v = VideoFactory.MyVideos[videoCount];

String uri = (String)v.VideoUrl;

String cap = (String)v.VideoCaption;

Dvlnblk at 2007-10-3 > top of Msdn Tech,Visual Studio Orcas,Windows Presentation Foundation (WPF)...

Visual Studio Orcas

Site Classified