Click here to Skip to main content
15,904,828 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: CommandName Pin
Mike Ellison25-Jul-09 8:34
Mike Ellison25-Jul-09 8:34 
GeneralRe: CommandName Pin
arkiboys25-Jul-09 9:27
arkiboys25-Jul-09 9:27 
GeneralRe: CommandName Pin
Abhijit Jana25-Jul-09 9:33
professionalAbhijit Jana25-Jul-09 9:33 
GeneralRe: CommandName Pin
arkiboys25-Jul-09 9:34
arkiboys25-Jul-09 9:34 
AnswerRe: CommandName Pin
Abhijit Jana25-Jul-09 9:37
professionalAbhijit Jana25-Jul-09 9:37 
GeneralRe: CommandName Pin
arkiboys25-Jul-09 10:07
arkiboys25-Jul-09 10:07 
GeneralRe: CommandName Pin
Abhijit Jana25-Jul-09 10:10
professionalAbhijit Jana25-Jul-09 10:10 
QuestionProblem with ScriptManager.RegisterArrayDeclaration Pin
yadlaprasad25-Jul-09 2:55
yadlaprasad25-Jul-09 2:55 
Hi, I am using Asp.net 3.5 With Ajax i am using ScriptManager.RegisterArrayDeclaration(controlid,'Arrayname',Values) in my application, which is for load the values into an array at clientside. I am using this array in javascript and try to retrieve the values in from array.

code: in my CodeBehind i have below statement:

ScriptManager.RegisterArrayDeclaration(this, "ArrayCutScoreItemProctorIDS", String.Concat("'", lblCutScoreItem.ClientID, "'"));

in My Javascript File i am using this below code

if (ArrayCutScoreItemProctorIDS.length > 0) {


for (var i = 0; i > ArrayCutScoreItemProctorIDS.length; i++) {
if (ArrayCutScoreItemProctorIDS[i] == institutionpurchaseid) {

var radcls = document.getElementById(ArrayCutScoreItemProctorIDS[i]);
radcls.innerText = s.CutScore;
radcls.setAttribute("CutScore", s.CutScore);
}
}
}



but i am getting error message as Array() is undefined.and my first item in the array is able to retrieve.

I am confused what happenening inside.

Can i anyone help me on this? How ScriptManager.RegisterArrayDeclaration would work?

fttyhtrhyfytrytrysetyetytesystryrty

QuestionExport to Excel [modified] Pin
Ganesan 200925-Jul-09 2:48
Ganesan 200925-Jul-09 2:48 
AnswerRe: Export to Excel Pin
Christian Graus25-Jul-09 12:52
protectorChristian Graus25-Jul-09 12:52 
GeneralDataTable to Excel Download Pin
Ganesan 200927-Jul-09 3:05
Ganesan 200927-Jul-09 3:05 
QuestionMake pc-phone,mobile dialer Pin
Any_India25-Jul-09 2:39
Any_India25-Jul-09 2:39 
AnswerRe: Make pc-phone,mobile dialer Pin
Abhijit Jana25-Jul-09 8:45
professionalAbhijit Jana25-Jul-09 8:45 
AnswerRe: Make pc-phone,mobile dialer Pin
Manas Bhardwaj25-Jul-09 11:08
professionalManas Bhardwaj25-Jul-09 11:08 
AnswerRe: Make pc-phone,mobile dialer Pin
SpinyTel24-Oct-11 6:32
SpinyTel24-Oct-11 6:32 
Questionopen window Pin
ptvce24-Jul-09 23:14
ptvce24-Jul-09 23:14 
AnswerRe: open window Pin
r a m e s h24-Jul-09 23:46
r a m e s h24-Jul-09 23:46 
GeneralRe: open window Pin
ptvce24-Jul-09 23:54
ptvce24-Jul-09 23:54 
GeneralRe: open window Pin
r a m e s h25-Jul-09 0:35
r a m e s h25-Jul-09 0:35 
GeneralRe: open window Pin
K030625-Jul-09 0:37
K030625-Jul-09 0:37 
QuestionI use code to get HTML source of a url , but there is a problem!!! Pin
Nafiseh Salmani24-Jul-09 23:06
Nafiseh Salmani24-Jul-09 23:06 
QuestionTimeout expired error... Pin
specialdreamsin24-Jul-09 21:53
specialdreamsin24-Jul-09 21:53 
AnswerRe: Timeout expired error... Pin
Manas Bhardwaj24-Jul-09 22:45
professionalManas Bhardwaj24-Jul-09 22:45 
GeneralRe: Timeout expired error... Pin
specialdreamsin24-Jul-09 22:58
specialdreamsin24-Jul-09 22:58 
GeneralRe: Timeout expired error... Pin
r a m e s h24-Jul-09 23:10
r a m e s h24-Jul-09 23:10 

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.