Help on Mouse over feature/Click event

S

Stephen

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.
 
C

Curt_C [MVP]

Give it a CssClass and do it in there, that's all clientside eventing, not
serverside and therefore not really asp.net
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,756
Messages
2,569,535
Members
45,008
Latest member
obedient dusk

Latest Threads

Top