Click here to Skip to main content
15,923,087 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: how to show the values that are invisible in the grid view Pin
Member 387988120-Dec-07 20:01
Member 387988120-Dec-07 20:01 
Generalsession between pages Pin
Sunil Wise20-Dec-07 18:50
professionalSunil Wise20-Dec-07 18:50 
GeneralRe: session between pages Pin
Sun Rays20-Dec-07 21:20
Sun Rays20-Dec-07 21:20 
GeneralRe: session between pages Pin
Venkatesh Mookkan20-Dec-07 21:33
Venkatesh Mookkan20-Dec-07 21:33 
QuestionRetrive System Unique details?? Pin
Soumya Mathew20-Dec-07 17:47
Soumya Mathew20-Dec-07 17:47 
AnswerRe: Retrive System Unique details?? Pin
Christian Graus20-Dec-07 18:29
protectorChristian Graus20-Dec-07 18:29 
AnswerRe: Retrive System Unique details?? Pin
Abhijit Jana20-Dec-07 19:25
professionalAbhijit Jana20-Dec-07 19:25 
GeneralCheckboxlist pbm Pin
SreejithAchutan20-Dec-07 17:43
SreejithAchutan20-Dec-07 17:43 
Already i posted the same question later but u didnt reply.please help me i want it urgently

function ChkDelete(Value)
{
var ValChecked=Value.checked;
var ValID=Value.id;
var form=document.forms[0];
for(i=0;i<form.length;i++)
{
if(this!=null)
{
if (ValID.indexOf('CheckAll') != - 1)
{
if (ValChecked)

form.elements[i].checked = true;

else
form.elements[i].checked = false;
// alert('hai');
}
else if(ValID.indexOf('Delete')!=-1)
{
if(form.elements[i].checked==false)
form.elements[1].checked=false;
}

}
}
}



Hello Good Morning Everybody.


I put a grid view in a page ang put checkboxes in it to delete the particular row in grid.Also i put a checkall checkbox in the header template of grid.The javascript code for checking all the checkboxes are attached above.

My issue is ,also i insert a checkbox list in the same page below the gridview.When i click the checkall checkbox in the grid the chckbox list also will be checked and unchecked.For single selection its not a pbm.But for checking all its a big pbm .How i solve it.Please help me.Is any changes in the above code will cancel the effect of checking the checkboxlist.or any otehr javascript code will help it.Please help me.
GeneralRe: Checkboxlist pbm Pin
Neeraj Jain20-Dec-07 17:52
Neeraj Jain20-Dec-07 17:52 
GeneralRe: Checkboxlist pbm Pin
SreejithAchutan20-Dec-07 19:55
SreejithAchutan20-Dec-07 19:55 
QuestionAbout Webconfig Pin
Neeraj Jain20-Dec-07 17:10
Neeraj Jain20-Dec-07 17:10 
GeneralRe: About Webconfig Pin
Christian Graus20-Dec-07 18:27
protectorChristian Graus20-Dec-07 18:27 
Generaldisplaying alert with background page disabled Pin
uglyeyes20-Dec-07 12:24
uglyeyes20-Dec-07 12:24 
GeneralRe: displaying alert with background page disabled Pin
Christian Graus20-Dec-07 14:30
protectorChristian Graus20-Dec-07 14:30 
GeneralRe: displaying alert with background page disabled Pin
Venkatesh Mookkan20-Dec-07 15:46
Venkatesh Mookkan20-Dec-07 15:46 
GeneralRe: displaying alert with background page disabled Pin
Sathesh Sakthivel20-Dec-07 15:48
Sathesh Sakthivel20-Dec-07 15:48 
GeneralMixing ASP with ASP.NET Pin
Fernando A. Gomez F.20-Dec-07 12:06
Fernando A. Gomez F.20-Dec-07 12:06 
GeneralRe: Mixing ASP with ASP.NET Pin
Christian Graus20-Dec-07 12:09
protectorChristian Graus20-Dec-07 12:09 
GeneralRe: Mixing ASP with ASP.NET Pin
Fernando A. Gomez F.20-Dec-07 12:15
Fernando A. Gomez F.20-Dec-07 12:15 
GeneralRe: Mixing ASP with ASP.NET Pin
Christian Graus20-Dec-07 14:25
protectorChristian Graus20-Dec-07 14:25 
QuestionRe: Mixing ASP with ASP.NET Pin
Venkatesh Mookkan20-Dec-07 15:57
Venkatesh Mookkan20-Dec-07 15:57 
GeneralRe: Mixing ASP with ASP.NET Pin
Christian Graus20-Dec-07 18:31
protectorChristian Graus20-Dec-07 18:31 
GeneralRe: Mixing ASP with ASP.NET Pin
Venkatesh Mookkan20-Dec-07 20:53
Venkatesh Mookkan20-Dec-07 20:53 
GeneralWindows Authentication Impersonate Pin
ss.mmm20-Dec-07 11:00
ss.mmm20-Dec-07 11:00 
GeneralRadioButtons in a gridview [modified] Pin
Knowledgestudent20-Dec-07 9:15
Knowledgestudent20-Dec-07 9:15 

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.