Click here to Skip to main content
15,902,812 members

Comments by Pravuprasad (Top 61 by date)

Pravuprasad 7-Nov-14 4:38am View    
This is the javascript code. But where is your Asp.net code.Show that what you have done.
Pravuprasad 7-Nov-14 4:29am View    
welcome :)
Pravuprasad 6-Nov-14 7:24am View    
use jquery for this in jquery use prop().
i.e
function CheckAllProject () {
$(".class of your checkbox").prop('checked', true);
})
and call it on button click event of Button.
Pravuprasad 4-Nov-14 2:49am View    
Create a object of the class using parameterised constructor (with required value) globally. And use that object where-ever need comes.
Pravuprasad 17-Oct-14 2:27am View    
please share what you have done and where you got stocked? By this we can't see the actual problem.