Sign In
xinqiu's blog for his Microsoft career
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
ADO.net Data Service
ajax
Astoria
contractor
debug
IE6
IE7
iframe
mapway
msbuild
Oversea
Pages
silverlight
SQL Server Express
target file
tester
Visual Studio 2008
visual Studio 2008 SP1
Visual Studio 2008 SP1 Beta
Visual Studio 2010
VWD Express
WCF Data Service
Windows 2003
X64
Archive
Archives
March 2010
(1)
February 2010
(2)
December 2008
(1)
November 2008
(1)
October 2008
(4)
September 2008
(4)
August 2008
(3)
May 2008
(1)
April 2008
(1)
February 2008
(1)
January 2008
(2)
June 2007
(1)
April 2007
(1)
March 2007
(3)
October, 2008
MSDN Blogs
>
xinqiu's blog for his Microsoft career
>
October, 2008
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
xinqiu's blog for his Microsoft career
Silverlight 2.0 Stock Quotation Demo Part 4/4: Cache the previous quoted symbols
Posted
over 4 years ago
by
xinqiu
4
Comments
The steps are: 1. Adding the following functions to the Page.xaml.cs private string m_filePath = "TestHistoryStocks.txt" ; #region "Local Cache storage" /// <summary> /// Append the current cacheString to the local storage file...
xinqiu's blog for his Microsoft career
Silverlight 2.0 Stock Quotation Demo Part 3/4: Show different color for up and down quotes
Posted
over 4 years ago
by
xinqiu
1
Comments
The steps are: 1. Change the column XAML for “Trade” to use cell template: < data : DataGridTemplateColumn Header ="Trade" Width ="80"> < data : DataGridTemplateColumn.CellTemplate > < DataTemplate > < TextBlock TextAlignment...
xinqiu's blog for his Microsoft career
Silverlight 2.0 Stock Quotation Demo Part 2/4: Basic stock quotation
Posted
over 4 years ago
by
xinqiu
1
Comments
The steps are: 1. New Project, select C#/Silverlight/SilverilghtApplication. Click OK to “Add Silverlight Application” dialog, which defaults to “Add a new ASP.NET Web project to the solution to host Silverlight”. I named the project as StockQuotesForBlog...
xinqiu's blog for his Microsoft career
Silverlight 2.0 Stock Quotation Demo Part 1/4: Basic Design
Posted
over 4 years ago
by
xinqiu
1
Comments
Here is a Silverlight demo for getting stock quotes using data grid. It also demos how to use stored cache to save all the queried symbol before. The design would like: I used Visual Studio 2008 SP1 with Silverlight 2.0 RC. For stock...
Page 1 of 1 (4 items)