Click here to Skip to main content
15,892,290 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Error Handling and page Pin
Abhijit Jana7-Aug-08 20:43
professionalAbhijit Jana7-Aug-08 20:43 
GeneralRe: Error Handling and page Pin
Sasmi_Office7-Aug-08 21:53
Sasmi_Office7-Aug-08 21:53 
AnswerRe: Error Handling and page Pin
Abhijit Jana7-Aug-08 22:41
professionalAbhijit Jana7-Aug-08 22:41 
Questionhow to select/deselect all checkboxes in grid? Pin
balaji.t7-Aug-08 18:51
balaji.t7-Aug-08 18:51 
AnswerRe: how to select/deselect all checkboxes in grid? Pin
Abhijit Jana7-Aug-08 19:04
professionalAbhijit Jana7-Aug-08 19:04 
GeneralRe: how to select/deselect all checkboxes in grid? Pin
balaji.t7-Aug-08 20:47
balaji.t7-Aug-08 20:47 
GeneralRe: how to select/deselect all checkboxes in grid? Pin
Abhijit Jana8-Aug-08 2:13
professionalAbhijit Jana8-Aug-08 2:13 
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 

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.