Click here to Skip to main content
16,010,268 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionWebPart and Authorization Pin
Littlefool6-Feb-08 2:25
Littlefool6-Feb-08 2:25 
Generalseekafile Pin
venky4566-Feb-08 2:13
venky4566-Feb-08 2:13 
Questionevent calendar help Pin
raj_code6-Feb-08 0:45
raj_code6-Feb-08 0:45 
AnswerRe: event calendar help Pin
Vasudevan Deepak Kumar6-Feb-08 1:29
Vasudevan Deepak Kumar6-Feb-08 1:29 
GeneralPopup window with no titlebar Pin
samerh6-Feb-08 0:33
samerh6-Feb-08 0:33 
AnswerRe: Popup window with no titlebar Pin
Vasudevan Deepak Kumar6-Feb-08 1:28
Vasudevan Deepak Kumar6-Feb-08 1:28 
GeneralCheck all checkboxes in gridview Java script Pin
samerh6-Feb-08 0:26
samerh6-Feb-08 0:26 
GeneralRe: Check all checkboxes in gridview Java script Pin
Prashant B. Lavate6-Feb-08 0:43
Prashant B. Lavate6-Feb-08 0:43 
JavaScript
function SelectAllCheckboxes(spanChk)
{
    document.getElementById("ctl00_ContentPlaceHolder1_TextBox1").value="prashant"

   // Added as ASPX uses SPAN for checkbox
   var oItem = spanChk.children;
   var theBox= (spanChk.type=="checkbox") ? 
        spanChk : spanChk.children.item[0];
   xState=theBox.checked;
   elm=theBox.form.elements;

   for(i=0;i<elm.length;i++)
     if(elm[i].type=="checkbox" && 
              elm[i].id!=theBox.id)
     {
       //elm[i].click();
       if(elm[i].checked!=xState)
         elm[i].click();
       //elm[i].checked=xState;
     }
 } 



Thanks & Regards,
Prashant B. Lavate
Software Engineer
Mobile-9890413352
Pune(India)


modified 20-Apr-17 11:34am.

Questionhow to work with Flv Plyar.... Pin
Prashant B. Lavate6-Feb-08 0:20
Prashant B. Lavate6-Feb-08 0:20 
AnswerRe: how to work with Flv Plyar.... Pin
Vasudevan Deepak Kumar6-Feb-08 1:30
Vasudevan Deepak Kumar6-Feb-08 1:30 
Generalupload file on server Pin
ashok kr yadav6-Feb-08 0:15
ashok kr yadav6-Feb-08 0:15 
GeneralRe: upload file on server Pin
N a v a n e e t h6-Feb-08 0:33
N a v a n e e t h6-Feb-08 0:33 
Generalpaging concept Pin
trilokharry5-Feb-08 23:57
trilokharry5-Feb-08 23:57 
GeneralRe: paging concept Pin
imsathy6-Feb-08 18:27
imsathy6-Feb-08 18:27 
GeneralFirefox Problem while calling method of object Pin
trinadh_t5-Feb-08 23:57
trinadh_t5-Feb-08 23:57 
GeneralDynamic Pages Pin
.NET- India 5-Feb-08 23:44
.NET- India 5-Feb-08 23:44 
GeneralRe: Dynamic Pages Pin
N a v a n e e t h6-Feb-08 0:31
N a v a n e e t h6-Feb-08 0:31 
QuestionRe: Dynamic Pages [modified] Pin
Brendan Vogt6-Feb-08 1:43
Brendan Vogt6-Feb-08 1:43 
GeneralRe: Dynamic Pages Pin
N a v a n e e t h6-Feb-08 2:04
N a v a n e e t h6-Feb-08 2:04 
GeneralRe: Dynamic Pages Pin
Sandeep Akhare6-Feb-08 1:18
Sandeep Akhare6-Feb-08 1:18 
GeneralRe: Dynamic Pages Pin
Littlefool6-Feb-08 3:17
Littlefool6-Feb-08 3:17 
Generalcommon methods problems Pin
eyeseetee5-Feb-08 23:34
eyeseetee5-Feb-08 23:34 
GeneralRe: common methods problems Pin
manish.singhal6-Feb-08 0:50
manish.singhal6-Feb-08 0:50 
GeneralRe: common methods problems Pin
eyeseetee6-Feb-08 1:05
eyeseetee6-Feb-08 1:05 
GeneralRe: common methods problems Pin
manish.singhal6-Feb-08 1:25
manish.singhal6-Feb-08 1:25 

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.