Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:847575
More Search Options
RSS Available
Matching Posts
Re: How to Load URLs in sequence?
Thanks! That would do it, however I got it by changing the pageload to the following. If Not (IsNothing(Request.QueryString( "ID" ))) AndAlso Not (IsNothing(Request.QueryString( "CatName" ))) Then Dim _ids As String = Request.QueryString( "ID" ) Dim arrID() As String = Split(_ids, "," ) Dim _names As String = Request.QueryString( "CatName" ) Dim arrNames() As String = Split(_names, "," ) Dim i As Integer = 0 For i = 0 To UBound(arrID) ProcessRSS
Posted to
Getting Started
(Forum)
by
gurren
on 1/9/2009
Re: Response.WriteFile
How I always do it is as follows, and I haven't run into any spacing issues. <%@ Register src="footer.htm" TagName="footer" TagPrefix="uc3" %> <%@ Register src="header.htm" TagName="header" TagPrefix="uc2" %> <%@ Register src="leftnav.htm" TagName="leftnav" TagPrefix="uc1" %> < form id= "form1" runat= "server" > < uc2:header ID= "header1" runat= "server"
Posted to
Getting Started
(Forum)
by
gurren
on 1/9/2009
Re: How to Load URLs in sequence?
This is definitely a step in the right direction. I see that this will process my mutiple URLs and seperate out the parameters, however i'm running into a problem because the two parameters are being fed into a function in one line, so how would I combine the For Each to include both arrays? Below how would I feed arrNames in addition to arrID into the ProcessRSS function? If Not (IsNothing(Request.QueryString( "ID" ))) AndAlso Not (IsNothing(Request.QueryString( "CatName"
Posted to
Getting Started
(Forum)
by
gurren
on 1/9/2009
How to Load URLs in sequence?
I have a function in a webform that will take an RSS feed and then insert it into a DB table based on url parameters. i.e. rssfeed.aspx?ID=3?&Name=Supplies This will load my VB file to redirect the RSS feed and read the XML, then insert that data into my table with the category name supplied from the URL. I have several different IDs and Names that will be fed through the same rssfeed.aspx url. This part works exactly as I created it. What I'm trying to accomplish is a page where I can just
Posted to
Getting Started
(Forum)
by
gurren
on 1/8/2009
Re: How To Create An RSS Reader In VB.NET
This works great, but I run into a problem when the rssItems.Count is less than what I manually set as the upperlimit. It will truncate the last entry and cause page formatting issues. Has anyone else experienced an issue similar to this?
Posted to
Getting Started
(Forum)
by
gurren
on 1/6/2009
Page 1 of 1 (5 items)
TechNet Edge:
Windows Server 2008 R2 Quick Look #3 - PowerShell V2
ASP.NET:
2009 Blogged - Greatest Hits
WindowsClient:
2009 Blogged - Greatest Hits
Channel 9:
Nikolaj Bjørner and Leonardo de Moura: The Z3 Constraint Solver
Channel 9:
MEF & Silverlight 4 Beta - Part 2, Imports & Exports
Channel 9:
MEF & Silverlight 4 Beta - Part 1, Introduction
WindowsClient:
The (Near) Final Word on Multi-Monitor Taskbars for Windows 7 - Ultramon vs. DisplayFusion
WindowsClient:
Looking back at 2009, and forward to 2010
Silverlight:
Polling Video – A Viable sub-second alternative?
TechNet Edge:
Windows Server 2008 R2 Quick Look #2 - Active Directory Recycle Bin
Channel 10:
I'm a Windows 7 PC Themes
Channel 10:
24 Years of Windows Box Art
WindowsClient:
Silverlight tutorial: HOW TO build CommandLink Control in Silverlight with Expression Blend 3 and Behaviors
ASP.NET:
Converting an RGB Color To Hex With JavaScript
Silverlight:
Silverlight HVP Design – Configuration & Scenarios
Channel 9:
Channel 9 Live at PDC09: Day 3 Welcome
Channel 9:
Channel 9 Live at PDC09: TWoC9 Day 3
Channel 10:
Microsoft's Mobicast: Stiched Cell Streams
Channel 10:
Festive Bing
TechNet Edge:
How Microsoft Reduces Operational Risk through Business Continuity Management
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online