Click here to Skip to main content
15,902,112 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: hi, i am developping a web application. in my app i need how to disable a key bord.......plz help me...it's very urgent Pin
N a v a n e e t h24-Sep-08 20:56
N a v a n e e t h24-Sep-08 20:56 
AnswerRe: hi, i am developping a web application. in my app i need how to disable a key bord.......plz help me...it's very urgent Pin
Ashfield24-Sep-08 21:07
Ashfield24-Sep-08 21:07 
AnswerEveryone drop what they are doing! Pin
leckey25-Sep-08 3:38
leckey25-Sep-08 3:38 
JokeRe: Everyone drop what they are doing! Pin
N a v a n e e t h25-Sep-08 4:12
N a v a n e e t h25-Sep-08 4:12 
QuestionCheckBox and CheckBoxList Pin
Pratik Vasant Shah24-Sep-08 20:03
Pratik Vasant Shah24-Sep-08 20:03 
AnswerRe: CheckBox and CheckBoxList Pin
Prasanna Kumar Pete24-Sep-08 20:08
Prasanna Kumar Pete24-Sep-08 20:08 
GeneralRe: CheckBox and CheckBoxList Pin
Pratik Vasant Shah24-Sep-08 20:13
Pratik Vasant Shah24-Sep-08 20:13 
GeneralRe: CheckBox and CheckBoxList Pin
Prasanna Kumar Pete24-Sep-08 20:20
Prasanna Kumar Pete24-Sep-08 20:20 
HI
i do not have a readi code for the above requirement. but you can achive it easily

following would be the psedocode

Assumption:
1. Hidden variable name : hidSelValues


Code

var obj=document.getElementById("hidSelValues);
var arrSelValues = new Array();
//Split the checkbox ids to store them in a array
arrSelValues = obj.value.split(",");

for(var i=0;i<arrselvalues.length;i++){>
document.getElementById(arrSelValues[i]).checked=true;
}

Try the baove code
All the best

Regards

Pete
Questionprocess a german cultured Excel file Pin
Prasanna Kumar Pete24-Sep-08 19:40
Prasanna Kumar Pete24-Sep-08 19:40 
QuestionHow to make a slide out menu Pin
dbnair24-Sep-08 19:12
dbnair24-Sep-08 19:12 
AnswerRe: How to make a slide out menu Pin
Ashfield24-Sep-08 21:09
Ashfield24-Sep-08 21:09 
Questionhow to trap an ip address of a pc through asp.net Pin
souravghosh1824-Sep-08 19:06
souravghosh1824-Sep-08 19:06 
AnswerRe: how to trap an ip address of a pc through asp.net Pin
Baran M24-Sep-08 19:37
Baran M24-Sep-08 19:37 
GeneralRe: how to trap an ip address of a pc through asp.net Pin
souravghosh1824-Sep-08 19:56
souravghosh1824-Sep-08 19:56 
GeneralRe: how to trap an ip address of a pc through asp.net Pin
Baran M24-Sep-08 20:23
Baran M24-Sep-08 20:23 
QuestionAdd User defined property to asp.net control Pin
avi_dadi200224-Sep-08 19:04
avi_dadi200224-Sep-08 19:04 
QuestionASP.NET send email Pin
Socheat.Net24-Sep-08 17:29
Socheat.Net24-Sep-08 17:29 
AnswerRe: ASP.NET send email Pin
Abhijit Jana24-Sep-08 17:59
professionalAbhijit Jana24-Sep-08 17:59 
GeneralRe: ASP.NET send email Pin
Socheat.Net24-Sep-08 18:04
Socheat.Net24-Sep-08 18:04 
GeneralRe: ASP.NET send email Pin
Abhijit Jana24-Sep-08 18:39
professionalAbhijit Jana24-Sep-08 18:39 
GeneralRe: ASP.NET send email Pin
Socheat.Net24-Sep-08 18:47
Socheat.Net24-Sep-08 18:47 
GeneralRe: ASP.NET send email Pin
Baran M24-Sep-08 18:06
Baran M24-Sep-08 18:06 
AnswerRe: ASP.NET send email Pin
Kaushikkavi24-Sep-08 19:03
Kaushikkavi24-Sep-08 19:03 
GeneralRe: ASP.NET send email Pin
Socheat.Net24-Sep-08 19:05
Socheat.Net24-Sep-08 19:05 
GeneralRe: ASP.NET send email Pin
Kaushikkavi24-Sep-08 19:19
Kaushikkavi24-Sep-08 19:19 

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.