-
Set Image Border colour inside Repeter control
Hi,
I have a repeter Control in my Aspx page with html Image button and some other fields,
when ever i click on image, i want to set Border color for Html Image button inside repeter dynamically
Here My Html Code for Repeter
<asp:Repeater ID="rptFestivals" runat="server">
<ItemTemplate>
<li><a href="#.">
<img id="imgFestivals" src='<%# Bind("ImagePath")%>' width="90" height="90" alt=""
onclick="selectImage(this)" runat="server" />
</a></li>
</ItemTemplate>
</asp:Repeater>
Please help me out..
Thanks,
Naveen G
Similar Threads
-
By jason213123 in forum VB Classic
Replies: 3
Last Post: 05-30-2008, 02:06 AM
-
By Blobbyblob in forum VB Classic
Replies: 2
Last Post: 05-17-2008, 03:35 PM
-
By Filbert in forum VB Classic
Replies: 2
Last Post: 03-06-2006, 10:21 AM
-
By mannabaron in forum ASP.NET
Replies: 1
Last Post: 08-23-2005, 07:42 AM
-
Replies: 1
Last Post: 08-15-2001, 05:07 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks