Click here to Skip to main content
15,889,853 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Easy unsubscribe in hotmail Pin
Marco Bertschi13-Apr-13 7:36
protectorMarco Bertschi13-Apr-13 7:36 
AnswerRe: Easy unsubscribe in hotmail Pin
Manfred Rudolf Bihy16-Apr-13 0:12
professionalManfred Rudolf Bihy16-Apr-13 0:12 
Questionasp.net Pin
agrigold12-Apr-13 1:18
agrigold12-Apr-13 1:18 
AnswerRe: asp.net Pin
Richard MacCutchan12-Apr-13 1:53
mveRichard MacCutchan12-Apr-13 1:53 
GeneralRe: asp.net Pin
agrigold12-Apr-13 2:48
agrigold12-Apr-13 2:48 
GeneralRe: asp.net Pin
Richard MacCutchan12-Apr-13 3:27
mveRichard MacCutchan12-Apr-13 3:27 
AnswerRe: asp.net Pin
AmitGajjar15-Apr-13 2:35
professionalAmitGajjar15-Apr-13 2:35 
QuestionThere is no error but the slide show is not animating Pin
laiza ramal11-Apr-13 19:11
laiza ramal11-Apr-13 19:11 
There is no error but the slide show is not animating only the images are coming they are not changing...

This is my code

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="pic.aspx.cs" Inherits="pic" %>

<!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">
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.1/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.1/coin-slider.min.js"></script>
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jquery/1.3.1/coin-slider-styles.css" type="text/css" />
<script type="text/javascript">
$(document).ready(function () {
$('#coin-slider').coinslider();
});
</script>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>

</head>
<body>
<div id='coin-slider' align="center">
<a target="_blank">
<img src='l5.jpg' height="150px" width="150px">
<span>

</span>
</a>
<a>
<img src='bed1.jpg' height="150px" width="150px">
<span>
bed
</span>
</a>

<a>
<img src='d1.jpg' height="150px" width="150px">
<span>

</span>
</a>


</div>

<form id="form1" runat="server">
<div>

</div>
</form>
</body>
</html>



dont know how to call the coin-slider div if necessary to asp.net cs .
AnswerRe: There is no error but the slide show is not animating Pin
dusty_dex11-Apr-13 22:54
dusty_dex11-Apr-13 22:54 
GeneralRe: There is no error but the slide show is not animating Pin
jkirkerx13-Apr-13 18:43
professionaljkirkerx13-Apr-13 18:43 
AnswerRe: There is no error but the slide show is not animating Pin
jkirkerx13-Apr-13 18:41
professionaljkirkerx13-Apr-13 18:41 
GeneralRe: There is no error but the slide show is not animating Pin
AmitGajjar15-Apr-13 2:36
professionalAmitGajjar15-Apr-13 2:36 
QuestionRefresh the same partial view when clicking on a button Pin
jith - iii11-Apr-13 14:59
jith - iii11-Apr-13 14:59 
AnswerRe: Refresh the same partial view when clicking on a button Pin
Martin-OHV14-Apr-13 23:28
Martin-OHV14-Apr-13 23:28 
QuestionAJAX Timer causes javascript error on page Pin
Steve Holdorf11-Apr-13 8:29
Steve Holdorf11-Apr-13 8:29 
AnswerRe: AJAX Timer causes javascript error on page Pin
dusty_dex11-Apr-13 11:30
dusty_dex11-Apr-13 11:30 
GeneralRe: AJAX Timer causes javascript error on page Pin
Steve Holdorf11-Apr-13 14:01
Steve Holdorf11-Apr-13 14:01 
GeneralRe: AJAX Timer causes javascript error on page Pin
dusty_dex11-Apr-13 22:35
dusty_dex11-Apr-13 22:35 
GeneralRe: AJAX Timer causes javascript error on page Pin
Steve Holdorf12-Apr-13 0:25
Steve Holdorf12-Apr-13 0:25 
QuestionAttempted to read or write protected memory. This is often an indication that other memory is corrupt. Pin
beker_usa11-Apr-13 8:02
beker_usa11-Apr-13 8:02 
AnswerRe: Attempted to read or write protected memory. This is often an indication that other memory is corrupt. Pin
dusty_dex11-Apr-13 11:20
dusty_dex11-Apr-13 11:20 
QuestionRe: Attempted to read or write protected memory. This is often an indication that other memory is corrupt. Pin
Richard MacCutchan11-Apr-13 21:56
mveRichard MacCutchan11-Apr-13 21:56 
Questioncan you recommend SMS Gateway? Pin
Jassim Rahma11-Apr-13 3:30
Jassim Rahma11-Apr-13 3:30 
AnswerRe: can you recommend SMS Gateway? Pin
CadiouSylvain12-Apr-13 0:29
CadiouSylvain12-Apr-13 0:29 
QuestionWindows Process Activation Service stops responding automatically. Pin
Sunil G 311-Apr-13 1:15
Sunil G 311-Apr-13 1:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.