Click here to Skip to main content
15,924,038 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: looping through arraylist Pin
_AK_23-Aug-06 4:27
_AK_23-Aug-06 4:27 
GeneralRe: looping through arraylist Pin
playout23-Aug-06 4:33
playout23-Aug-06 4:33 
GeneralRe: looping through arraylist Pin
_AK_23-Aug-06 18:37
_AK_23-Aug-06 18:37 
GeneralRe: looping through arraylist [modified] Pin
ToddHileHoffer23-Aug-06 4:22
ToddHileHoffer23-Aug-06 4:22 
GeneralRe: looping through arraylist Pin
playout23-Aug-06 4:37
playout23-Aug-06 4:37 
GeneralRe: looping through arraylist [modified] Pin
ToddHileHoffer23-Aug-06 4:49
ToddHileHoffer23-Aug-06 4:49 
GeneralRe: looping through arraylist Pin
playout23-Aug-06 7:39
playout23-Aug-06 7:39 
QuestionArray in Javascript page Pin
Irshad Sulaimani23-Aug-06 2:19
Irshad Sulaimani23-Aug-06 2:19 
Hi I'm getting a small problem. I've declared an array variable in javascript which is working fine if the script is with the aspx page. But when I'm separating the same javascript code to another file, then an script error occurs at the decalration location.

In the aspx page it was defined like this:


var Arr = new Array();

-------
-----
other functions-----



when transferring it to a separate javascript file say JavasS.js, it was written as the first line:

var Arr = new Array();

And then the other functions.

Previously it was working fine, but now its throwing javascript error at the said line.

What can be the reason and how to solve it?

Please help.

Thanks in advance.


Irshad Ahmad
AnswerRe: Array in Javascript page Pin
Not Active23-Aug-06 3:54
mentorNot Active23-Aug-06 3:54 
QuestionHi datagrid experts....... Pin
Nagraj Naik23-Aug-06 1:58
Nagraj Naik23-Aug-06 1:58 
QuestionHow to get the disk space usage of server Pin
Amit Agarrwal23-Aug-06 1:56
Amit Agarrwal23-Aug-06 1:56 
Questionhow to configuration asp.net in vs2005 ? Pin
hdv21223-Aug-06 1:53
hdv21223-Aug-06 1:53 
AnswerRe: how to configuration asp.net in vs2005 ? Pin
Naveed Kamboh23-Aug-06 3:09
Naveed Kamboh23-Aug-06 3:09 
GeneralRe: how to configuration asp.net in vs2005 ? Pin
hdv21223-Aug-06 4:28
hdv21223-Aug-06 4:28 
AnswerRe: how to configuration asp.net in vs2005 ? Pin
Suresh Pirsquare24-Aug-06 4:09
Suresh Pirsquare24-Aug-06 4:09 
Questioncan use two events in the same button Pin
Kissy1623-Aug-06 1:23
Kissy1623-Aug-06 1:23 
AnswerRe: can use two events in the same button Pin
Not Active23-Aug-06 1:35
mentorNot Active23-Aug-06 1:35 
GeneralRe: can use two events in the same button Pin
_AK_23-Aug-06 1:36
_AK_23-Aug-06 1:36 
GeneralRe: can use two events in the same button Pin
Ramasubramaniam23-Aug-06 3:46
Ramasubramaniam23-Aug-06 3:46 
GeneralRe: can use two events in the same button Pin
Kissy1623-Aug-06 19:21
Kissy1623-Aug-06 19:21 
GeneralRe: can use two events in the same button Pin
_AK_23-Aug-06 19:36
_AK_23-Aug-06 19:36 
GeneralRe: can use two events in the same button Pin
Kissy1623-Aug-06 22:03
Kissy1623-Aug-06 22:03 
GeneralRe: can use two events in the same button Pin
_AK_23-Aug-06 22:08
_AK_23-Aug-06 22:08 
GeneralRe: can use two events in the same button Pin
Kissy1623-Aug-06 19:40
Kissy1623-Aug-06 19:40 
QuestionPop Up Calendar not working inside Master Page Pin
Ashishhere23-Aug-06 1:06
Ashishhere23-Aug-06 1:06 

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.