473,943 Members | 2,276 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

there is a problem about javascript and DataBinder that I can't solved finally.

I have a data list and bind it's datasource to a DataSet ,
about data item ,
I write a javascript that can open a custom window to show the page ,
but in dataitem ,I use this function ,
only get the '<% ',
the code in the aspx page like this ?
how can I use the javascript function in data item with databinder ?

<asp:datalist id="DL_ProductI mg" runat="server" Height="106px"
RepeatColumns=" 2" Width="93%">
<ItemStyle HorizontalAlign ="Left" Height="4px"></ItemStyle>
<ItemTemplate >
<a
onclick="open_i temwin('<%#Data Binder.Eval(Con tainer.DataItem ,ProductData.PR ODUCTID_FIELD)% >')"
href="#" runat=server ID="A1">
<asp:Image ImageUrl='<%# "../images/ProductImg/"+
DataBinder.Eval (Container.Data Item,ProductDat a.IMGPATH_FIELD ) %>' Text='<%#
DataBinder.Eval (Container.Data Item,ProductDat a.PNAME_FIELD) %>' Height=50
Width=115 Runat=server ID="Image1"
NAME="Image1"></asp:Image></a>
</ItemTemplate>
</asp:datalist>

--
FireCrow Studio
Kylin Garden
QQ:462042991
MSN:Ga*******@h otmail.com
ICQ:156134382

Nov 19 '05 #1
0 893

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
2304
by: Alan Silver | last post by:
Hello, I have a page in which I'm trying to give the user the chance to manipulate a list of items. These are the price variations for a product, so each item consists of a name (eg, small, medium, large), a price, a checkbox to say whether or not the variation is on special offer and a special price. I can pull the values out of the database OK and display them in a repeater. What I want to do is have a set of controls below the...
3
1960
by: Lyners | last post by:
I have a table within a cell of a datagrid. I am doing updates without postback to the server using Javascript. I have everything working, except referencing a table within the datagrid cell. Here is my datagrid code for the cell; <asp:TemplateColumn HeaderText="3Fields" ItemStyle-Font-Size="8" SortExpression="Field1 ASC" ItemStyle-Font-Name="Verdana"> <ItemTemplate> <table border="0"> <tr>
2
1265
by: CharlesA | last post by:
hi folks, I'm using the .Net framework 1.1 with ASP.net and C#: this is what I'm trying to do... I've got a repeater template working that creates a hyperlink with a javascript function call embedded inside it when the user clicks on the link, it populates a textbox with a value specific to that link (i.e a person's ID)...I can make this work in a standalone browser window, but I'm trying to stuff this functionality at run
19
1691
by: Mary Pegg | last post by:
There's got to be a better way: if (isset($c)) echo $c."<br>"; if (isset($c)) echo $c."<br>"; if (isset($c)) echo $c."<br>"; if (isset($c)) echo $c."<br>"; if (isset($c)) echo $c."<br>"; but it's late and my brain is frazzled. Any ideas, oh PHP gurus? --
0
10135
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9970
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
11125
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
11299
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9865
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
7390
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
6308
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4910
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
3511
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.