Click here to Skip to main content
15,902,112 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to set cursor position to next line? Pin
Aravinthan24-Mar-08 5:20
Aravinthan24-Mar-08 5:20 
GeneralRe: How to set cursor position to next line? Pin
Dave Kreskowiak24-Mar-08 10:48
mveDave Kreskowiak24-Mar-08 10:48 
QuestionCreating controls and events dynamically Pin
halm198523-Mar-08 23:29
halm198523-Mar-08 23:29 
GeneralRe: Creating controls and events dynamically Pin
papadimitriou24-Mar-08 3:18
papadimitriou24-Mar-08 3:18 
Generalselecting check box Pin
chithra.r23-Mar-08 22:56
chithra.r23-Mar-08 22:56 
GeneralRe: selecting check box Pin
Vimal Raj23-Mar-08 23:22
Vimal Raj23-Mar-08 23:22 
GeneralRe: selecting check box Pin
chithra.r24-Mar-08 20:07
chithra.r24-Mar-08 20:07 
GeneralRe: selecting check box Pin
Vimal Raj24-Mar-08 22:16
Vimal Raj24-Mar-08 22:16 
Hi,

Just make the following two changes and it will work.
update this line
ckbHeader.Attributes.Add("onclick", "SelectAll(" + ckbHeader.ClientID.ToString() + ")");

to

ckbHeader.Attributes.Add("onclick", "SelectAll(this)");


and update this javascript line

var checkboxHeader = document.getElementById(idHeaderCheckbox);

to

var checkboxHeader = idHeaderCheckbox;

Do let me know if u need more info,

Cheers...

Happy Programming,
Vimal Raj
MCAD.Net
www.techisolutions.blogspot.com

GeneralRe: selecting check box Pin
chithra.r24-Mar-08 22:56
chithra.r24-Mar-08 22:56 
QuestionHow we develope remote backup server? Pin
saiftanoli23-Mar-08 22:10
saiftanoli23-Mar-08 22:10 
GeneralRe: How i should start my project? Pin
Guffa24-Mar-08 0:03
Guffa24-Mar-08 0:03 
Generalstateless design Pin
George_George23-Mar-08 21:54
George_George23-Mar-08 21:54 
GeneralRe: stateless design Pin
N a v a n e e t h23-Mar-08 22:53
N a v a n e e t h23-Mar-08 22:53 
GeneralRe: stateless design Pin
George_George23-Mar-08 22:58
George_George23-Mar-08 22:58 
GeneralRe: stateless design Pin
N a v a n e e t h23-Mar-08 23:15
N a v a n e e t h23-Mar-08 23:15 
GeneralRe: stateless design Pin
led mike24-Mar-08 4:59
led mike24-Mar-08 4:59 
GeneralRe: stateless design Pin
George_George24-Mar-08 18:53
George_George24-Mar-08 18:53 
GeneralRe: stateless design Pin
led mike25-Mar-08 6:34
led mike25-Mar-08 6:34 
GeneralRe: stateless design Pin
George_George25-Mar-08 20:20
George_George25-Mar-08 20:20 
GeneralSend Text Pin
M Riaz Bashir23-Mar-08 21:48
M Riaz Bashir23-Mar-08 21:48 
GeneralRe: Send Text Pin
Giorgi Dalakishvili23-Mar-08 21:57
mentorGiorgi Dalakishvili23-Mar-08 21:57 
QuestionHow to Copy Data from Data Grid view to another gridview Pin
Krazy Programmer23-Mar-08 20:23
Krazy Programmer23-Mar-08 20:23 
GeneralRe: How to Copy Data from Data Grid view to another gridview Pin
Christian Graus23-Mar-08 20:37
protectorChristian Graus23-Mar-08 20:37 
QuestionRe: How to Copy Data from Data Grid view to another gridview [modified] Pin
Krazy Programmer23-Mar-08 20:44
Krazy Programmer23-Mar-08 20:44 
GeneralRe: How to Copy Data from Data Grid view to another gridview Pin
salon23-Mar-08 21:13
salon23-Mar-08 21:13 

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.