TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Vikas Ahlawat
NA
564
816.9k
Method Not calling?
Jul 19 2011 1:35 AM
<asp:Repeater ID="rptAlbumImages" runat="server" DataSourceID="XmlDataSource1">
<ItemTemplate>
<%--<asp:Label runat="server" ID="lblNAME" Text='<%#XPath("Name")%>'></asp:Label>--%>
<asp:Image ID="Image1" runat="server" ImageUrl='<%#XPath("Images/Imagepath/ThumImagepath","~/Albums/"+XPath("Name")+"/Images/ThumnailImages/{0}")%>' />
</ItemTemplate>
</asp:Repeater>
<asp:XmlDataSource ID="XmlDataSource1" runat="server" DataFile="~/App_Data/XML_Albums.xml" XPath="/Upload/Category[@ID='
<%=GetCategoryID() %>'
]">
</asp:XmlDataSource>
public string GetCategoryID()
{
string id = categoryDropDowmList.SelectedValue.ToString();
return (id);
}
Why not calling???
Reply
Answers (
3
)
Need help for developing a card game
Real-time data filtration