Click here to Skip to main content
15,896,512 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Which versions of VS 2010 allow you to write Windows Services? Pin
PIEBALDconsult19-Nov-10 8:46
mvePIEBALDconsult19-Nov-10 8:46 
GeneralRe: Which versions of VS 2010 allow you to write Windows Services? Pin
Gregory Gadow19-Nov-10 11:40
Gregory Gadow19-Nov-10 11:40 
GeneralRe: Which versions of VS 2010 allow you to write Windows Services? Pin
PIEBALDconsult19-Nov-10 14:01
mvePIEBALDconsult19-Nov-10 14:01 
AnswerRe: Which versions of VS 2010 allow you to write Windows Services? Pin
PIEBALDconsult18-Nov-10 7:54
mvePIEBALDconsult18-Nov-10 7:54 
QuestionOpen Custom form in Exchange Server 2010 Pin
stambekar16-Nov-10 19:19
stambekar16-Nov-10 19:19 
QuestionRe: Open Custom form in Exchange Server 2010 Pin
Richard MacCutchan16-Nov-10 21:17
mveRichard MacCutchan16-Nov-10 21:17 
AnswerRe: Open Custom form in Exchange Server 2010 Pin
stambekar17-Nov-10 0:20
stambekar17-Nov-10 0:20 
Questionmozilla not recognising childnodes-getting console error Pin
balaji.t16-Nov-10 2:26
balaji.t16-Nov-10 2:26 
Dear sir,

I have created controls dynamically and the controls are inside the table and the table inside the div.Im getting error in mozilla browser..

The sample html generated code is shown below

<div id=divall runat="server">

sdfssdf<select id=dd1>
<option value="1">sdfsd</option>
<option value="1">sdfsd</option>
<option value="1">sdfsd</option>
<option value="1">sdfsd</option>
</select>
sdfssdf<select id=dd1>
<option value="1">sdfsd</option>
<option value="1">sdfsd</option>
<option value="1">sdfsd</option>
<option value="1">sdfsd</option>
</select>
sdfssdf<select id=dd1>
<option value="1">sdfsd</option>
<option value="1">sdfsd</option>
<option value="1">sdfsd</option>
<option value="1">sdfsd</option>
</select>



I access the value as below

var divall = document.getElementById('divall');

//for getting all the controls inside the div

var allcntr = divall.childNodes[0].childNodes[0].childNodes;
for(var i=0;i<allcntr.length;i++)>
{
//for getting all the dropdownlist's value inside the table

var cmball=divall.childNodes[0].childNodes[0].childNodes[i].getElementsByTagName('OPTION');

for(var j=0;j<cmball.length;j++)>
{
if(cmball[j].selected)
{
//some code
}
}


}

//

divall.childNodes[0].childNodes[0].childNodes;
The above code is working 5n in IE but not in mozilla.
Is there any common code(compatible to all browsers mainly IE & Mozilla) to access the childnodes?

Thanx for your help in advance..
T.Balaji

AnswerRe: mozilla not recognising childnodes-getting console error Pin
Dave Kreskowiak16-Nov-10 3:50
mveDave Kreskowiak16-Nov-10 3:50 
AnswerRe: mozilla not recognising childnodes-getting console error Pin
Tarun.K.S18-Nov-10 20:52
Tarun.K.S18-Nov-10 20:52 
QuestionHow To Access Version Information From Code Pin
Patrick Skelton15-Nov-10 4:42
Patrick Skelton15-Nov-10 4:42 
AnswerRe: How To Access Version Information From Code Pin
Abhinav S15-Nov-10 4:46
Abhinav S15-Nov-10 4:46 
GeneralRe: How To Access Version Information From Code Pin
Patrick Skelton15-Nov-10 8:08
Patrick Skelton15-Nov-10 8:08 
QuestionSocket Recieve problem Pin
ganesh_IT15-Nov-10 2:56
ganesh_IT15-Nov-10 2:56 
AnswerRe: Socket Recieve problem Pin
Abhinav S15-Nov-10 3:12
Abhinav S15-Nov-10 3:12 
GeneralRe: Socket Recieve problem Pin
ganesh_IT15-Nov-10 3:33
ganesh_IT15-Nov-10 3:33 
AnswerRe: Socket Recieve problem Pin
Luc Pattyn15-Nov-10 3:55
sitebuilderLuc Pattyn15-Nov-10 3:55 
AnswerI say this so often that I get tired of saying it Pin
Ennis Ray Lynch, Jr.15-Nov-10 8:22
Ennis Ray Lynch, Jr.15-Nov-10 8:22 
QuestionVisual Studio Testing memory leaks? [modified] Pin
springjazzy15-Nov-10 0:41
springjazzy15-Nov-10 0:41 
AnswerRe: Visual Studio Testing memory leaks? Pin
GlobX24-Nov-10 14:14
GlobX24-Nov-10 14:14 
GeneralRe: Visual Studio Testing memory leaks? Pin
springjazzy25-Nov-10 20:34
springjazzy25-Nov-10 20:34 
QuestionUpload Videos To YouTbe using PROXY - Gdata Pin
sodevrom13-Nov-10 12:34
sodevrom13-Nov-10 12:34 
QuestionC# + Java Pin
sadas232341s10-Nov-10 8:03
sadas232341s10-Nov-10 8:03 
AnswerRe: C# + Java Pin
Richard MacCutchan10-Nov-10 9:13
mveRichard MacCutchan10-Nov-10 9:13 
GeneralRe: C# + Java [modified] Pin
sadas232341s10-Nov-10 9:26
sadas232341s10-Nov-10 9:26 

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.