- RSS Box Viewer - Javascript to View RSS Feed
- SharpReader is a .NET 3-pane RSS Aggregator.
- RSS Feeds Through Javascript Includes - Makes the Javascript for You
- RSS Configurator - Many options for font size, colors etc. - Cool! - Perl Code Free
- Wytheville Community College News Center This is a service for including customized versions of RSS feeds in web pages
- Syndicating Your Web Site's Content with RSS and ASP.Net
- Consuming an RSS Feed with ASP.NET
- Syndicating Your Web Site's Content with RSS
- Gathering News Headline Feeds using ASP and ASP.Net
- RSS Feed Reader / News Aggregators Directory - section on .Net
- Gathering News Headline Feeds using ASP / ASP.Net
- Syndicating Your Web Site's Content with RSS
- Consuming an RSS Feed with ASP.NET
Wine Agent 1.0
...set of XML files describing the ontology of wine. --check out the ESW Wiki, --similar applications.
This application saves items that the user viewed in a datagrid to an internal data table. This data table is then downloadable via excel. Cool example!
http://www.technicaltraffic.com/fmsaspx/ups_inquiry.aspx?Pass=E688
Sub RatesDataGrid_Loop()
Dim iCount as Int32
Dim txtSaveDate as String
For iCount = 0 to RatesDataGrid.Items.Count - 1
If iCount = 1 Then
txtSaveDate = RatesDataGrid.Items(iCount).Cells(5).Text
End If
If RatesDataGrid.Items(iCount).Cells(5).Text <> txtSaveDate Then
txtSaveDate = RatesDataGrid.Items(iCount).Cells(5).Text
' RatesDataGrid.Items(iCount).Cells(5).BackColor = System.Drawing.Color.AntiqueWhite
' RatesDataGrid.Items(iCount).Cells(5).ForeColor = System.Drawing.Color.Red
RatesDataGrid.Items(iCount).Cells(5).Font.Bold = true
End If
Next
End Sub
This application was created for highschool class reunion - includes Adding and Updating in Access database. Good example of binding datareader to a form. Using Userid and Password to find a record that was already added to allow updating. Also includes validation code for fields etc.
See Application www.solvay73.org
Display RSS News Headline Feeds using ASP or ASP.Net