Click here to Skip to main content
15,920,031 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralOnCheckedChanged not firing Pin
mastoj4-Feb-08 1:11
mastoj4-Feb-08 1:11 
GeneralRe: OnCheckedChanged not firing Pin
mastoj4-Feb-08 1:46
mastoj4-Feb-08 1:46 
GeneralRe: OnCheckedChanged not firing Pin
Superfo7816-Sep-10 6:46
Superfo7816-Sep-10 6:46 
GeneralGlobal Asax Session_End Pin
taltal814-Feb-08 1:09
taltal814-Feb-08 1:09 
AnswerRe: Global Asax Session_End Pin
Guffa4-Feb-08 2:48
Guffa4-Feb-08 2:48 
GeneralRedierct to another page when we press on Enter Key instead of Submit button Pin
honeyss4-Feb-08 0:18
honeyss4-Feb-08 0:18 
GeneralRe: Redierct to another page when we press on Enter Key instead of Submit button Pin
jagan1234-Feb-08 0:30
jagan1234-Feb-08 0:30 
GeneralRetrive the HTML Table values Pin
danasegaranea4-Feb-08 0:11
danasegaranea4-Feb-08 0:11 
Hi all I am using this code to retrive the HTML Table values
<script language="javascript"> 
        function checkall() 
        { 
        debugger; 
         var tbl=document.getElementById('tblCycle'); 
         var tblLength=tbl.rows.length; 
         for(intcount=1;intcount<tblLength;intcount++) 
         { 
          var tblCells=tbl.rows.item(intcount).cells; 
          var tblCellCount=tblCells.length; 
            for (icount=0;icount<tblCellCount;icount++) 
            { 
              //alert(tblCells.item(icount).outerText); 
               
            } 
         } 
        }       
    </script> 


But I am facing the otherProblem. I have added TextBoxes in my table. But the outText is not printing the value from the textbox. If i use the innerHTML then it just print the attributes. How can Retrive the textbox values ?

Dana
GeneralRe: Retrive the HTML Table values Pin
Guffa4-Feb-08 2:50
Guffa4-Feb-08 2:50 
Generaljavascript peoblem Pin
ptvce4-Feb-08 0:02
ptvce4-Feb-08 0:02 
GeneralReg: Validator controls displaying error messages all at a time Pin
Satish - Developer3-Feb-08 23:57
Satish - Developer3-Feb-08 23:57 
Questionhow to stop the exeution of a javascript function for few seconds Pin
jagan1233-Feb-08 23:36
jagan1233-Feb-08 23:36 
AnswerRe: how to stop the exeution of a javascript function for few seconds Pin
Guffa3-Feb-08 23:49
Guffa3-Feb-08 23:49 
GeneralRe: how to stop the exeution of a javascript function for few seconds Pin
jagan1234-Feb-08 0:33
jagan1234-Feb-08 0:33 
GeneralRe: how to stop the exeution of a javascript function for few seconds Pin
Guffa4-Feb-08 2:53
Guffa4-Feb-08 2:53 
QuestionTo make several columns in tree view in ASP.Net Pin
sahi3-Feb-08 23:35
sahi3-Feb-08 23:35 
GeneralUsing stored proceures dates Pin
Member 38798813-Feb-08 23:12
Member 38798813-Feb-08 23:12 
GeneralRe: Using stored proceures dates Pin
vijay_chaudhary3-Feb-08 23:23
vijay_chaudhary3-Feb-08 23:23 
GeneralJavascript in HyperLink Button Pin
danasegaranea3-Feb-08 23:03
danasegaranea3-Feb-08 23:03 
GeneralRe: Javascript in HyperLink Button Pin
vijay_chaudhary3-Feb-08 23:26
vijay_chaudhary3-Feb-08 23:26 
GeneralRe: Javascript in HyperLink Button Pin
vijay_chaudhary3-Feb-08 23:32
vijay_chaudhary3-Feb-08 23:32 
GeneralRe: Javascript in HyperLink Button Pin
danasegaranea3-Feb-08 23:37
danasegaranea3-Feb-08 23:37 
QuestionHow to Create Chat application with ASP.Net using C#? Pin
K.Thota3-Feb-08 22:59
K.Thota3-Feb-08 22:59 
AnswerRe: How to Create Chat application with ASP.Net using C#? Pin
Paddy Boyd4-Feb-08 0:39
Paddy Boyd4-Feb-08 0:39 
QuestionHow to Update data using datagrid in ASP.Net Pin
Manish Kant3-Feb-08 22:57
Manish Kant3-Feb-08 22:57 

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.