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
Erinc Kuzu
NA
1
0
ProductId From Datalist in ImageButton
Oct 13 2006 2:03 PM
<asp:DataList ID="DataList1" runat="server" DataSourceID="SqlDataSource1" Height="399px" RepeatColumns="2" RepeatDirection="Horizontal">
<ItemTemplate>
<asp:ImageButton height="43" src="arts/Btn_AddBox.gif" vspace="3" width="21" ImageUrl="~/arts/Btn_Buy.gif" ID="ImageButton" runat="server" />
</ItemTemplate>
</asp:DataList>
<asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:DB_ConnectionString %>" SelectCommand="SELECT ProductId FROM [tblProducts] Where ProductMasterPage=1">
</asp:SqlDataSource>
I make a ShopingBox
How can i have ProductId
(coming from SQL Query)
in Codebehind
when i click on the imagebutton ?
Reply
Answers (
0
)
Need Help How to a read a file containing special characters
Error Message: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.