Click here to Skip to main content
15,878,959 members
Home / Discussions / Web Development
   

Web Development

 
QuestionProblems with query pagination in asp.net Pin
haggenx22-Feb-07 3:35
haggenx22-Feb-07 3:35 
AnswerRe: Problems with query pagination in asp.net Pin
Vasudevan Deepak Kumar22-Feb-07 18:06
Vasudevan Deepak Kumar22-Feb-07 18:06 
QuestionSending of email in VWD 2005 Pin
zareee21-Feb-07 22:10
zareee21-Feb-07 22:10 
AnswerRe: Sending of email in VWD 2005 Pin
Vasudevan Deepak Kumar22-Feb-07 17:45
Vasudevan Deepak Kumar22-Feb-07 17:45 
QuestionHow to get the ceckbox value in to an Excel File Pin
antithx21-Feb-07 21:50
antithx21-Feb-07 21:50 
AnswerRe: How to get the ceckbox value in to an Excel File Pin
Michael Sync21-Feb-07 22:38
Michael Sync21-Feb-07 22:38 
GeneralRe: How to get the ceckbox value in to an Excel File Pin
Michael Sync21-Feb-07 22:54
Michael Sync21-Feb-07 22:54 
QuestionFrom php - passing Array to Javascript [modified] Pin
hiral_shah21-Feb-07 21:32
hiral_shah21-Feb-07 21:32 
Hi there,

I want to pass an array as an hidden field of html that is created in php. i.e.

$moduleList[0] = "abc";
$moduleList[1] = "xyz";

$htmlString = "<input type='hidden' id = 'moduleListForComboProjectList' name='moduleListForHiddenComboProjectList' value=$moduleList>";


Now, I am sending this to HTML and in html I got following:

<input type='hidden' id = 'moduleListForComboProjectList' name='moduleListForHiddenComboProjectList' value=Array>


And now I am fetching value of that hidden field from javascript

moduleArray = document.getElementById("moduleListForComboProjectList").value;
alert ("array = " + moduleArray);


then I got "array = Array" but as I want fetch data by loop then it is not giving me proper result. It is taking Array as a string.


can you please tell me how can I get the passed values from php????

AnswerRe: From php - passing Array to Javascript Pin
Bradml22-Feb-07 0:21
Bradml22-Feb-07 0:21 
GeneralRe: From php - passing Array to Javascript Pin
hiral_shah22-Feb-07 18:10
hiral_shah22-Feb-07 18:10 
GeneralRe: From php - passing Array to Javascript Pin
Bradml22-Feb-07 22:19
Bradml22-Feb-07 22:19 
AnswerRe: From php - passing Array to Javascript Pin
haggenx22-Feb-07 3:44
haggenx22-Feb-07 3:44 
GeneralRe: From php - passing Array to Javascript Pin
hiral_shah22-Feb-07 18:06
hiral_shah22-Feb-07 18:06 
QuestionHow to apply css to file Upload control in ASP.NET 2.0 Pin
varshavmane21-Feb-07 19:59
varshavmane21-Feb-07 19:59 
AnswerRe: How to apply css to file Upload control in ASP.NET 2.0 Pin
Michael Sync21-Feb-07 22:34
Michael Sync21-Feb-07 22:34 
AnswerRe: How to apply css to file Upload control in ASP.NET 2.0 Pin
badgrs22-Feb-07 1:35
badgrs22-Feb-07 1:35 
Questioncan we use C# and VB,Net in the same project?? Pin
Rahithi21-Feb-07 18:49
Rahithi21-Feb-07 18:49 
AnswerRe: can we use C# and VB,Net in the same project?? Pin
Michael Sync21-Feb-07 21:52
Michael Sync21-Feb-07 21:52 
GeneralRe: can we use C# and VB,Net in the same project?? Pin
Rahithi22-Feb-07 1:57
Rahithi22-Feb-07 1:57 
GeneralRe: can we use C# and VB,Net in the same project?? [modified] Pin
Michael Sync22-Feb-07 16:27
Michael Sync22-Feb-07 16:27 
GeneralRe: can we use C# and VB,Net in the same project?? Pin
Rahithi22-Feb-07 17:40
Rahithi22-Feb-07 17:40 
GeneralRe: can we use C# and VB,Net in the same project?? Pin
Michael Sync22-Feb-07 17:53
Michael Sync22-Feb-07 17:53 
GeneralRe: can we use C# and VB,Net in the same project?? Pin
Tuwing.Sabado22-Feb-07 17:24
Tuwing.Sabado22-Feb-07 17:24 
GeneralRe: can we use C# and VB,Net in the same project?? Pin
Rahithi22-Feb-07 18:13
Rahithi22-Feb-07 18:13 
QuestionJavascript Keyboard Integration Pin
pHysiX21-Feb-07 18:27
pHysiX21-Feb-07 18:27 

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.