Exploring the Data Source Window
- Posted: Aug 25, 2005 at 6:07 PM
- 7,616 Views
- 2 Comments
Download
How do I download the videos?
- To download, right click the file type you would like and pick “Save target as…” or “Save link as…”
Why should I download videos from Channel9?
- It's an easy way to save the videos you like locally.
- You can save the videos in order to watch them offline.
- If all you want is to hear the audio, you can download the MP3!
Which version should I choose?
- If you want to view the video on your PC, Xbox or Media Center, download the High Quality WMV file (this is the highest quality version we have available).
- If you'd like a lower bitrate version, to reduce the download time or cost, then choose the Medium Quality WMV file.
- If you have a Zune, WP7, iPhone, iPad, or iPod device, choose the low or medium MP4 file.
- If you just want to hear the audio of the video, choose the MP3 file.
Right click “Save as…”
- Mid Quality WMV (Lo-band, Mobile)
Comments Closed
Comments have been closed since this content was published more than 30 days ago, but if you'd like to continue the conversation,
please create a new thread in our Forums,
or
Contact Us and let us know.
Follow the Discussion
VS2005 Express Edition. I found three lines of code there but all I get is an exception error if I don't use the try catch methods.
Me.Validate() "is ok"
Me.MytableBindingSource.EndEdit() "is ok"
Me.MytableTableAdapter.Update(Me.Mytable_TableDataSet.Mytable)
the last one throws the exception.
I appears there is no easy way to get a grid view to update.
This has been my problem for most data applications. Most folks lead us to believe that is so easy to work. Sure I can make my own tables and get them bound as my data source. And I can go look at these sweet examples all day. But when it comes to doing something usefull like saving my own data it gets very grey.
So! What I am asking is a short and sweet way to make updates using queries for a database. Perhaps I should get into a book on T-SQL.
Update: Okay! Now I find it will work if I am sure to use a numeric key.
Wow, pretty cool. I built a grid view for my friend to put his class schedule in and whatever else he would like to such as teachers contact info and due dates. The first header is Day and all the rest are Period numbers.
Remove this comment
Remove this thread
close