Click here to Skip to main content
15,917,709 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: how to select/deselect all checkboxes in grid? Pin
balaji.t7-Aug-08 20:13
balaji.t7-Aug-08 20:13 
hi abijit,
thats fantastic.but my requirment is when the href is clicked this should occur and moreover href is NOT inside the grid.kindly go thru my
code.Is it possible to make any check that checkboxes are inside the grid and continue ,like

var isChecked = false;
function check()
{
isChecked = !isChecked;
var checkboxes = document.getElementsByTagName("INPUT");
//HERE I WANT TO CHECK CONDITION LIKE
if(document.getElementbyid("ct100_gvclust1")=="ct100_gvclust1")
// AND CONTINUE

var index;
for(index = 0; index <checkboxes.length;>{
if(isChecked)
checkboxes[index].checked = true;
else
checkboxes[index].checked = false;

}
}

T.Balaji

AnswerRe: how to select/deselect all checkboxes in grid? Pin
janakinandhu7-Aug-08 22:03
janakinandhu7-Aug-08 22:03 
QuestionLeftdiv hide and rightdiv appear in whole page [modified] Pin
Member 38798817-Aug-08 18:28
Member 38798817-Aug-08 18:28 
AnswerRe: Leftdiv hide and rightdiv appear in whole page Pin
Brij7-Aug-08 18:47
mentorBrij7-Aug-08 18:47 
GeneralRe: Leftdiv hide and rightdiv appear in whole page Pin
Member 38798817-Aug-08 18:58
Member 38798817-Aug-08 18:58 
QuestionASP.NET Active Directory Pin
Socheat.Net7-Aug-08 17:13
Socheat.Net7-Aug-08 17:13 
AnswerRe: ASP.NET Active Directory Pin
Abhijit Jana7-Aug-08 18:14
professionalAbhijit Jana7-Aug-08 18:14 
GeneralRe: ASP.NET Active Directory Pin
Socheat.Net7-Aug-08 18:21
Socheat.Net7-Aug-08 18:21 
GeneralRe: ASP.NET Active Directory Pin
Abhijit Jana7-Aug-08 18:26
professionalAbhijit Jana7-Aug-08 18:26 
AnswerRe: ASP.NET Active Directory Pin
Brij7-Aug-08 18:25
mentorBrij7-Aug-08 18:25 
GeneralRe: ASP.NET Active Directory Pin
Socheat.Net7-Aug-08 18:31
Socheat.Net7-Aug-08 18:31 
AnswerRe: ASP.NET Active Directory Pin
Brij7-Aug-08 18:40
mentorBrij7-Aug-08 18:40 
GeneralRe: ASP.NET Active Directory Pin
Socheat.Net7-Aug-08 18:48
Socheat.Net7-Aug-08 18:48 
GeneralRe: ASP.NET Active Directory Pin
Brij7-Aug-08 19:00
mentorBrij7-Aug-08 19:00 
GeneralRe: ASP.NET Active Directory Pin
Socheat.Net7-Aug-08 19:43
Socheat.Net7-Aug-08 19:43 
QuestionRe: ASP.NET Active Directory Pin
Abhijit Jana7-Aug-08 19:53
professionalAbhijit Jana7-Aug-08 19:53 
AnswerRe: ASP.NET Active Directory Pin
Socheat.Net7-Aug-08 20:12
Socheat.Net7-Aug-08 20:12 
GeneralRe: ASP.NET Active Directory Pin
Abhijit Jana7-Aug-08 20:19
professionalAbhijit Jana7-Aug-08 20:19 
GeneralRe: ASP.NET Active Directory Pin
Socheat.Net7-Aug-08 21:51
Socheat.Net7-Aug-08 21:51 
GeneralRe: ASP.NET Active Directory Pin
Abhijit Jana7-Aug-08 22:24
professionalAbhijit Jana7-Aug-08 22:24 
QuestionA page can have only one server-side Form tag. Pin
snouto7-Aug-08 11:59
snouto7-Aug-08 11:59 
AnswerRe: A page can have only one server-side Form tag. Pin
Abhijit Jana7-Aug-08 18:19
professionalAbhijit Jana7-Aug-08 18:19 
GeneralRe: A page can have only one server-side Form tag. Pin
snouto7-Aug-08 20:46
snouto7-Aug-08 20:46 
QuestionSearch Page Pin
scottichrosaviakosmos7-Aug-08 9:31
scottichrosaviakosmos7-Aug-08 9:31 
AnswerRe: Search Page Pin
NeverHeardOfMe7-Aug-08 9:47
NeverHeardOfMe7-Aug-08 9:47 

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.