Hii
I am new to asp.net.
i need to display image logo and its link in aspx page like the below link
http://www.ads2book.com/ads2book/ratecard/RateCard.htm
please help me
Thanks & Regards
Rahul patel
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Dorababu MekaPosted Sep 15, 2010, 6:24 AM
Csharp patelPosted Sep 15, 2010, 6:17 AM
Thanks for ur reply
But please let me know that how we can add it dynamically
i want to add it from admin side dynamically
Thanks
Dorababu MekaPosted Sep 14, 2010, 11:21 AM
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="Default" %>
DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>Untitled Pagetitle>
head>
<body>
<form id="form1" runat="server">
<div>
<asp:ImageButton ID="ImageButton1" runat="server" Height="43px" ImageUrl="~/Images/Sunset.jpg"
OnClick="ImageButton1_Click" Style="left: 474px; position: absolute; top: 108px"
// Imageurl here you have to add an folder to your application and place the images you required
Width="237px" />
<asp:LinkButton ID="LinkButton1" runat="server" Style="left: 547px; position: absolute;
top: 159px">Eenaduasp:LinkButton>
form>
body>
html>
For code on onclick event redirect or tranfer to the required page
Dorababu MekaPosted Sep 14, 2010, 11:12 AM