Click here to Skip to main content
15,860,844 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: What is this doing Pin
ZurdoDev16-Nov-12 7:41
professionalZurdoDev16-Nov-12 7:41 
QuestionBuilding DOM from xml - asp.net controls, or html controls? Pin
lvq68415-Nov-12 21:17
lvq68415-Nov-12 21:17 
AnswerRe: Building DOM from xml - asp.net controls, or html controls? Pin
jkirkerx16-Nov-12 8:13
professionaljkirkerx16-Nov-12 8:13 
GeneralRe: Building DOM from xml - asp.net controls, or html controls? Pin
lvq68418-Nov-12 22:10
lvq68418-Nov-12 22:10 
QuestionRe: Building DOM from xml - asp.net controls, or html controls? Pin
n.podbielski17-Nov-12 1:47
n.podbielski17-Nov-12 1:47 
QuestionChild config files Pin
indian14315-Nov-12 16:33
indian14315-Nov-12 16:33 
AnswerRe: Child config files Pin
jkirkerx16-Nov-12 8:54
professionaljkirkerx16-Nov-12 8:54 
Questionbind multiple XMLDataSource to one Repeater Pin
Jassim Rahma15-Nov-12 3:19
Jassim Rahma15-Nov-12 3:19 
Hi,

I am using this code to bind news to the repeater using XMLDataSource. I want to ask, is it possible to have multiple XMLDataSources bineded to the same repeater so it will have xmlNews1, xmlNews2, xmlNews3, etc?

XML
<asp:XmlDataSource ID="xmlNews" runat="server" XPath="/rss/channel/item/." DataFile="http://www.asp.net/community/articles/rss.ashx"></asp:XmlDataSource>

<asp:Repeater ID="repeaterNews" runat="server" DataSourceID="xmlNews">
<ItemTemplate>
    <p>
    <a href='<%#XPath("link")%>' target="_blank"><%#XPath("title")%></a>
    </p>
</ItemTemplate>
</asp:Repeater>

AnswerRe: bind multiple XMLDataSource to one Repeater Pin
Anurag Gandhi15-Nov-12 21:20
professionalAnurag Gandhi15-Nov-12 21:20 
QuestionAspx control Pin
rakeshs31214-Nov-12 21:07
rakeshs31214-Nov-12 21:07 
AnswerRe: Aspx control Pin
Robert Bettinelli3-Dec-12 15:30
Robert Bettinelli3-Dec-12 15:30 
QuestionCould not load file or assembly Pin
xut244714-Nov-12 20:11
xut244714-Nov-12 20:11 
AnswerRe: Could not load file or assembly Pin
ZurdoDev16-Nov-12 7:42
professionalZurdoDev16-Nov-12 7:42 
QuestionProblem with foreach loop in MVC 3 Razor View Pin
solomon20114-Nov-12 4:09
solomon20114-Nov-12 4:09 
AnswerRe: Problem with foreach loop in MVC 3 Razor View Pin
n.podbielski14-Nov-12 6:34
n.podbielski14-Nov-12 6:34 
GeneralRe: Problem with foreach loop in MVC 3 Razor View Pin
Mayank_Gupta_28-Nov-12 15:28
professionalMayank_Gupta_28-Nov-12 15:28 
GeneralRe: Problem with foreach loop in MVC 3 Razor View Pin
n.podbielski29-Nov-12 6:22
n.podbielski29-Nov-12 6:22 
AnswerRe: Problem with foreach loop in MVC 3 Razor View Pin
vicent estevan19-Nov-12 2:11
vicent estevan19-Nov-12 2:11 
QuestionHRM and Payroll Pin
silentspeaker13-Nov-12 19:59
silentspeaker13-Nov-12 19:59 
AnswerRe: HRM and Payroll Pin
Sandeep Mewara13-Nov-12 21:18
mveSandeep Mewara13-Nov-12 21:18 
GeneralRe: HRM and Payroll Pin
jkirkerx14-Nov-12 7:49
professionaljkirkerx14-Nov-12 7:49 
QuestionSaving Files From SQL to a Specific Folder without Prompt Pin
εїзεїзεїз13-Nov-12 19:36
εїзεїзεїз13-Nov-12 19:36 
AnswerRe: Saving Files From SQL to a Specific Folder without Prompt Pin
Sandeep Mewara13-Nov-12 21:24
mveSandeep Mewara13-Nov-12 21:24 
GeneralRe: Saving Files From SQL to a Specific Folder without Prompt Pin
εїзεїзεїз14-Nov-12 0:21
εїзεїзεїз14-Nov-12 0:21 
AnswerRe: Saving Files From SQL to a Specific Folder without Prompt Pin
Bernhard Hiller13-Nov-12 21:36
Bernhard Hiller13-Nov-12 21:36 

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.