Click here to Skip to main content
15,896,111 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionAJAX Problem "There was an error in callback" Pin
PJWindsor13-Jul-09 4:42
PJWindsor13-Jul-09 4:42 
AnswerRe: AJAX Problem "There was an error in callback" Pin
Kannan Ar13-Jul-09 5:29
professionalKannan Ar13-Jul-09 5:29 
GeneralRe: AJAX Problem "There was an error in callback" Pin
PJWindsor13-Jul-09 9:27
PJWindsor13-Jul-09 9:27 
GeneralRe: AJAX Problem "There was an error in callback" Pin
PJWindsor13-Jul-09 22:39
PJWindsor13-Jul-09 22:39 
QuestionKind of new to Web Development with ASP.Net and was wondering... Pin
Stuart Jeffery13-Jul-09 4:19
Stuart Jeffery13-Jul-09 4:19 
AnswerRe: Kind of new to Web Development with ASP.Net and was wondering... Pin
Manas Bhardwaj13-Jul-09 4:31
professionalManas Bhardwaj13-Jul-09 4:31 
AnswerRe: Kind of new to Web Development with ASP.Net and was wondering... Pin
PJWindsor13-Jul-09 4:53
PJWindsor13-Jul-09 4:53 
Questionjavascript with usercontrol Pin
Mohammed Elkholy13-Jul-09 2:49
Mohammed Elkholy13-Jul-09 2:49 
hi all i try to make slid show and i use it in a usercontrol

it works well but i want to get the image array from cs file

here is the code

<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="JavaHomePhotoAlbum.ascx.cs" Inherits="taboukproject.UserControls.JavaHomePhotoAlbum" %>


<script type="text/javascript" src="../Scripts/dropinslideshow2.js">

</script>
<div style="width: 205px; height: 180px;" align="right">

<script type="text/javascript">

//Define Image Array. Syntax: ["image_path", "url_destination", "url_target"]
var myimages=new Array();
myimages[0]=["../Images/TabukImages/castle1.jpg", "", ""]
myimages[1]=["../Images/TabukImages/castle2.jpg", "http://www.dynamicdrive.com", ""]
myimages[2]=["../Images/TabukImages/castle4.jpg", "http://www.javascriptkit.com", "_new"]

//Create new drop-in slideshow
//Syntax: new dropinslideshow(image_array, slideshow_width, slideshow_height, delay_before_rotation)
new dropinslideshow(myimages, 200, 160, 3000)

</script>

</div>


please i want to know how can i atchive it

i try this code but not working

var myimages=new Array(<%ImagesArray(); %>);



the method ImageArray returns arraylist but i can't see it inside the script

even i set the method to public

MD_NADA

AnswerRe: javascript with usercontrol Pin
Not Active13-Jul-09 4:12
mentorNot Active13-Jul-09 4:12 
QuestionAsk for promotion when Window has to be close Pin
ksss_maheshece13-Jul-09 1:58
ksss_maheshece13-Jul-09 1:58 
AnswerRe: Ask for promotion when Window has to be close Pin
vaghelabhavesh13-Jul-09 2:19
vaghelabhavesh13-Jul-09 2:19 
Questionhow I can get id's of checked checkboxes, which are runtime added? Pin
kripa2113-Jul-09 1:58
kripa2113-Jul-09 1:58 
AnswerRe: how I can get id's of checked checkboxes, which are runtime added? Pin
PJWindsor13-Jul-09 5:03
PJWindsor13-Jul-09 5:03 
AnswerRe: how I can get id's of checked checkboxes, which are runtime added? Pin
Kannan Ar13-Jul-09 5:19
professionalKannan Ar13-Jul-09 5:19 
AnswerRe: how I can get id's of checked checkboxes, which are runtime added? Pin
kripa2125-Nov-09 23:19
kripa2125-Nov-09 23:19 
QuestionASP.NEt with ORACLE Pin
sandhya1413-Jul-09 1:42
sandhya1413-Jul-09 1:42 
AnswerRe: ASP.NEt with ORACLE Pin
Blue_Boy13-Jul-09 1:43
Blue_Boy13-Jul-09 1:43 
GeneralRe: ASP.NEt with ORACLE Pin
sandhya1413-Jul-09 1:51
sandhya1413-Jul-09 1:51 
AnswerRe: ASP.NEt with ORACLE Pin
Brij13-Jul-09 1:44
mentorBrij13-Jul-09 1:44 
AnswerCP Member Ignore : Cross Post Pin
Abhijit Jana13-Jul-09 1:44
professionalAbhijit Jana13-Jul-09 1:44 
QuestionAdd arraylist to pre-checked checkboxes Pin
simplee13-Jul-09 1:07
simplee13-Jul-09 1:07 
QuestionHow to filter Office Documents in Indexing Services. Pin
alisolution13-Jul-09 0:59
alisolution13-Jul-09 0:59 
AnswerRe: How to filter Office Documents in Indexing Services. Pin
vaghelabhavesh13-Jul-09 2:32
vaghelabhavesh13-Jul-09 2:32 
Questionhow to apply themes to the webparts Pin
lakshmichawala13-Jul-09 0:46
lakshmichawala13-Jul-09 0:46 
AnswerRe: how to apply themes to the webparts Pin
Brij13-Jul-09 1:42
mentorBrij13-Jul-09 1:42 

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.