473,387 Members | 1,483 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Help on Mouse over feature/Click event

Hi,

I have a datagrid with a column which displays image after unstreaming data
from the database. I want to have a mouse over feature or a click feature
that will redirect to another page and display the details of this image and
other features. How can I do this?

this is a part of the HTML Code:
<asp:TemplateColumn HeaderText="Image">
<ItemTemplate>
<asp:Image ImageUrl='<%#
FormatURL(DataBinder.Eval(Container.DataItem, "InventoryID")) %>'
Runat=server ID="Image1"/>
</ItemTemplate>
</asp:TemplateColumn>

Please advice,
Stephen.
Nov 19 '05 #1
1 1327
Give it a CssClass and do it in there, that's all clientside eventing, not
serverside and therefore not really asp.net

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Stephen" <st*********@hotmail.com> wrote in message
news:eA**************@TK2MSFTNGP10.phx.gbl...
Hi,

I have a datagrid with a column which displays image after unstreaming
data
from the database. I want to have a mouse over feature or a click feature
that will redirect to another page and display the details of this image
and
other features. How can I do this?

this is a part of the HTML Code:
<asp:TemplateColumn HeaderText="Image">
<ItemTemplate>
<asp:Image ImageUrl='<%#
FormatURL(DataBinder.Eval(Container.DataItem, "InventoryID")) %>'
Runat=server ID="Image1"/>
</ItemTemplate>
</asp:TemplateColumn>

Please advice,
Stephen.

Nov 19 '05 #2

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

Similar topics

3
by: Jun | last post by:
How can I catch onMouseDown event on a frame/frameset? When I right mouse click at the border area of a frame, I can still get the Window's standard popup menu. How can I catch the mouse click...
2
by: Timothy V | last post by:
Hi everyone, I hope you can help me. I have a User Control, which has a Label that covers the entire control. I want to assign a MouseClick event to the User Control, however, the event does not...
5
by: A-PK | last post by:
Hi, I am using treeview as my menu. my menu is like the following + Users & Groups - Users -Groups + Departmenuts - Engineering
5
by: Nick | last post by:
Hey guys, I have 2 events on a windows forms datagrid, the mouse move as well as the double click events. What's happening is that when I double click on a row in the grid, the mouse move event...
2
by: scott_gui | last post by:
I am creating a Windows application: The mouse event <Double-Button-1> has a conflict when the <Button-1> event also has a binding. Double clicks will first perform the single click action. This...
2
by: Ryan Liu | last post by:
Hi, I need the MouseDown event be trigged everytime when you press mouse in a datagrid (System.Windows.Forms). But seems mouse event will only fire once, and it seems changed to edit mode...
0
by: lechatthierry | last post by:
Is it possible to block a mouse event on an Hyperlink with a general script event? This is quite troublesome for me. I am trying to find a way to block the windows shortcut SHIFT + MOUSE LEFT...
4
by: steve_barker333 | last post by:
Hi guys! I'm trying to create a mouse-over help feature in an ASP.NET page. Here is an example of what I mean: ...
53
by: souporpower | last post by:
Hello All I am trying to activate a link using Jquery. Here is my code; <html> <head> <script type="text/javascript" src="../../resources/js/ jquery-1.2.6.js"</script> <script...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
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...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
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...

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.