Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.41K
~227 People Reached
Favorite Forums
Favorite Tags
Member Avatar for kelvnese

:) hi everybody, im newer in asp.net. today, im trying to bind my data to the Nivo Slider by the Data List. The code is like this: [CODE]<div class="slideshow"> <div id="slider" class="nivoSlider"> <asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:ConnectionString %>" SelectCommand="SELECT * FROM [SLIDEIMAGE]"></asp:SqlDataSource> <asp:DataList ID="DataList1" runat="server" DataSourceID="SqlDataSource1"> <ItemStyle /> <ItemTemplate> <img …

Member Avatar for shanky007
0
227