Click here to Skip to main content
15,889,767 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Using Form Authentication Pin
Sandeep Akhare17-May-07 20:46
Sandeep Akhare17-May-07 20:46 
GeneralRe: Using Form Authentication Pin
248912817-May-07 21:24
248912817-May-07 21:24 
GeneralRe: Using Form Authentication Pin
Sandeep Akhare17-May-07 21:38
Sandeep Akhare17-May-07 21:38 
QuestionChanging column datatype in a datatable Pin
Sandeep_Kumbhar17-May-07 20:25
Sandeep_Kumbhar17-May-07 20:25 
QuestionPage Load Pin
Rahul Babu17-May-07 20:19
Rahul Babu17-May-07 20:19 
AnswerRe: Page Load Pin
Sandeep Akhare17-May-07 20:48
Sandeep Akhare17-May-07 20:48 
AnswerRe: Page Load Pin
Christian Graus17-May-07 20:53
protectorChristian Graus17-May-07 20:53 
Questiondisable controls Pin
PrakashACCS17-May-07 20:00
PrakashACCS17-May-07 20:00 
Hi guys
good morning!!

I want javascript code to disable the server controls inside a table or a div tag.

In detail...

when i check a particular checkbox all the controls in a table should get enabled... and if a I uncheke the checkbox all the controls in the table should get disabled.

I have used the following code
if(checkbox1.checked==true)
{
for(var i = 0; i< table1.length; i++)
{
if(table1[i].type == 'checkbox')
{
table1[i].disabled =true;
}
}
}

but it could not work.
I can use div tags insted of tables..
please suggest in this regards.

Thanks in advance...

regards
Prakash


PraCash

AnswerRe: disable controls Pin
Sandeep Akhare17-May-07 20:05
Sandeep Akhare17-May-07 20:05 
AnswerRe: disable controls Pin
Sherin Iranimose18-May-07 0:37
Sherin Iranimose18-May-07 0:37 
QuestionOpening attachments from list box Pin
Rajiya17-May-07 19:52
Rajiya17-May-07 19:52 
AnswerRe: Opening attachments from list box Pin
gauthee17-May-07 19:57
gauthee17-May-07 19:57 
GeneralRe: Opening attachments from list box Pin
Rajiya17-May-07 20:15
Rajiya17-May-07 20:15 
GeneralRe: Opening attachments from list box Pin
gauthee17-May-07 20:43
gauthee17-May-07 20:43 
GeneralRe: Opening attachments from list box Pin
Rajiya17-May-07 21:00
Rajiya17-May-07 21:00 
GeneralRe: Opening attachments from list box Pin
gauthee17-May-07 21:15
gauthee17-May-07 21:15 
GeneralRe: Opening attachments from list box Pin
Sandeep Akhare17-May-07 22:18
Sandeep Akhare17-May-07 22:18 
QuestionPublish Pin
nishum17-May-07 19:48
nishum17-May-07 19:48 
AnswerRe: Publish Pin
Christian Graus17-May-07 20:46
protectorChristian Graus17-May-07 20:46 
GeneralRe: Publish Pin
Sherin Iranimose18-May-07 1:08
Sherin Iranimose18-May-07 1:08 
QuestionQuick Time/Flash Pin
kirthikirthi17-May-07 19:14
kirthikirthi17-May-07 19:14 
QuestionHelp - Deploying ASP.NET application on the server Pin
Jats_4ru17-May-07 19:12
Jats_4ru17-May-07 19:12 
QuestionImages in master page disappear when log out? Pin
rockxuyenmandem17-May-07 18:23
rockxuyenmandem17-May-07 18:23 
AnswerRe: Images in master page disappear when log out? Pin
Sathesh Sakthivel17-May-07 18:31
Sathesh Sakthivel17-May-07 18:31 
AnswerRe: Images in master page disappear when log out? Pin
PSK_17-May-07 19:42
PSK_17-May-07 19: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.