Click here to Skip to main content
15,888,351 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Populate records from pop-up to main window!!! Pin
anilpal30-Mar-09 0:13
anilpal30-Mar-09 0:13 
GeneralRe: Populate records from pop-up to main window!!! Pin
Sr...Frank30-Mar-09 1:02
Sr...Frank30-Mar-09 1:02 
QuestionASP.net Web Forms Pin
nilam247729-Mar-09 22:26
nilam247729-Mar-09 22:26 
AnswerRe: ASP.net Web Forms Pin
Christian Graus29-Mar-09 22:30
protectorChristian Graus29-Mar-09 22:30 
Questiongetting next xml node value Pin
bhattiprolu29-Mar-09 21:48
bhattiprolu29-Mar-09 21:48 
AnswerRe: getting next xml node value Pin
SeMartens29-Mar-09 21:58
SeMartens29-Mar-09 21:58 
GeneralRe: getting next xml node value Pin
bhattiprolu29-Mar-09 23:08
bhattiprolu29-Mar-09 23:08 
GeneralRe: getting next xml node value Pin
SeMartens29-Mar-09 23:39
SeMartens29-Mar-09 23:39 
Hmmm, seems a bit complicated. Why not loading the document and the use Xpath?

XmlDocument doc = new XmlDocument();
doc.Load("...");

XmlNode oCurNode = doc.SelectSingleNodes("portfolio/portfolios[@id='" + myurl + "']/src");
iframeprojects.Attributes.Add("src", oCurNode.Attributes["link"].InnerText);


Best would be to pass the id of the current node, so that you can find the next one.

Regards
Sebastian

It's not a bug, it's a feature!

Check out my CodeProject article Permission-by-aspect.

Me in Softwareland.

GeneralRe: getting next xml node value Pin
bhattiprolu30-Mar-09 0:03
bhattiprolu30-Mar-09 0:03 
GeneralRe: getting next xml node value Pin
SeMartens30-Mar-09 1:54
SeMartens30-Mar-09 1:54 
QuestionFrames or Master pages Pin
nilam247729-Mar-09 21:31
nilam247729-Mar-09 21:31 
AnswerRe: Frames or Master pages Pin
N a v a n e e t h29-Mar-09 22:05
N a v a n e e t h29-Mar-09 22:05 
AnswerRe: Frames or Master pages Pin
Christian Graus29-Mar-09 22:22
protectorChristian Graus29-Mar-09 22:22 
QuestionBinding GridView control with datasource Pin
nilam247729-Mar-09 21:27
nilam247729-Mar-09 21:27 
AnswerRe: Binding GridView control with datasource Pin
N a v a n e e t h29-Mar-09 22:13
N a v a n e e t h29-Mar-09 22:13 
QuestionAjax problem? Pin
Karthick_gc29-Mar-09 21:25
Karthick_gc29-Mar-09 21:25 
AnswerRe: Ajax problem? Pin
Christian Graus29-Mar-09 22:21
protectorChristian Graus29-Mar-09 22:21 
QuestionASP.net Web pages refactoring Pin
nilam247729-Mar-09 21:11
nilam247729-Mar-09 21:11 
AnswerRe: ASP.net Web pages refactoring Pin
Christian Graus29-Mar-09 22:33
protectorChristian Graus29-Mar-09 22:33 
QuestionError: DataBinding: 'System.Data.DataRowView' does not contain a property with the name"xyx" Pin
RajpootRohan29-Mar-09 21:09
professionalRajpootRohan29-Mar-09 21:09 
AnswerRe: Error: DataBinding: 'System.Data.DataRowView' does not contain a property with the name"xyx" Pin
N a v a n e e t h29-Mar-09 21:57
N a v a n e e t h29-Mar-09 21:57 
GeneralRe: Error: DataBinding: 'System.Data.DataRowView' does not contain a property with the name"xyx" Pin
RajpootRohan29-Mar-09 22:23
professionalRajpootRohan29-Mar-09 22:23 
QuestionHow to handle the sessions in a website using C#. Pin
pamsbeach29-Mar-09 20:54
pamsbeach29-Mar-09 20:54 
AnswerRe: How to handle the sessions in a website using C#. Pin
Christian Graus29-Mar-09 20:56
protectorChristian Graus29-Mar-09 20:56 
AnswerRe: How to handle the sessions in a website using C#. Pin
N a v a n e e t h29-Mar-09 21:47
N a v a n e e t h29-Mar-09 21:47 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.