Click here to Skip to main content
15,900,461 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How do we convert a data from database into XMLfile using asp.net with vb.net Pin
Nuri Ismail25-Feb-10 0:18
Nuri Ismail25-Feb-10 0:18 
GeneralRe: How do we convert a data from database into XMLfile using asp.net with vb.net Pin
Sanjay Jaiswal 123456725-Feb-10 0:32
Sanjay Jaiswal 123456725-Feb-10 0:32 
GeneralRe: How do we convert a data from database into XMLfile using asp.net with vb.net Pin
Nuri Ismail25-Feb-10 0:41
Nuri Ismail25-Feb-10 0:41 
QuestionOnclick Event Pin
Paulraj G24-Feb-10 22:54
Paulraj G24-Feb-10 22:54 
AnswerRe: Onclick Event Pin
R. Giskard Reventlov24-Feb-10 23:24
R. Giskard Reventlov24-Feb-10 23:24 
AnswerRe: Onclick Event Pin
Lokesh Zende25-Feb-10 4:04
professionalLokesh Zende25-Feb-10 4:04 
GeneralRe: Onclick Event Pin
Not Active25-Feb-10 4:12
mentorNot Active25-Feb-10 4:12 
QuestionCannot get checkbox element in Datagrid using javascript in FF Pin
lahari_padigala24-Feb-10 21:09
lahari_padigala24-Feb-10 21:09 
I have a checkbox in a datagrid and when i check the items and press addbutton i need to add all the checked rows value into hidden field.the add button calls the function readData() on client side.

the code was working fine with IE but it was not woking with mozilla

function ReadData() {

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

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

var rowCount = grdContacts.rows.length;

if(rowCount > 1)

{

var count =1;

for(; count < rowcount ; count++)

{

if(grdContacts.rows[count].cells[0].childNodes[0].childNodes[0].checked == true)

{ hiddenContacts.value += grdContacts.rows[count].cells[2].innerText + ";"; }

}

}
AnswerRe: Cannot get checkbox element in Datagrid using javascript in FF Pin
Chetan Patel24-Feb-10 22:38
Chetan Patel24-Feb-10 22:38 
GeneralRe: Cannot get checkbox element in Datagrid using javascript in FF Pin
lahari_padigala25-Feb-10 1:13
lahari_padigala25-Feb-10 1:13 
QuestionNot loading Images in login page web application Pin
myms.net24-Feb-10 21:03
myms.net24-Feb-10 21:03 
AnswerRe: Not loading Images in login page web application Pin
anushh24-Feb-10 22:35
anushh24-Feb-10 22:35 
GeneralRe: Not loading Images in login page web application Pin
myms.net24-Feb-10 23:06
myms.net24-Feb-10 23:06 
AnswerRe: Not loading Images in login page web application Pin
Ravindra Nidhonkar24-Feb-10 23:07
Ravindra Nidhonkar24-Feb-10 23:07 
Questionhow to insert the data into xml file using asp.net with vb.net Pin
vbmadhavi24-Feb-10 20:18
vbmadhavi24-Feb-10 20:18 
AnswerRe: how to insert the data into xml file using asp.net with vb.net Pin
sumit703424-Feb-10 20:22
sumit703424-Feb-10 20:22 
Questionhow to insert the data into xml file using asp.net with vb.net [modified] Pin
vbmadhavi24-Feb-10 20:00
vbmadhavi24-Feb-10 20:00 
AnswerRe: how to insert the data into xml file using asp.net with vb.net Pin
Prosanta Kundu online24-Feb-10 20:34
Prosanta Kundu online24-Feb-10 20:34 
QuestionMake url clickable in DIV Pin
sumit703424-Feb-10 19:36
sumit703424-Feb-10 19:36 
AnswerRe: Make url clickable in DIV Pin
Prosanta Kundu online24-Feb-10 20:36
Prosanta Kundu online24-Feb-10 20:36 
GeneralRe: Make url clickable in DIV Pin
sumit703424-Feb-10 20:42
sumit703424-Feb-10 20:42 
GeneralRe: Make url clickable in DIV Pin
Haroon Sarwar25-Feb-10 0:38
Haroon Sarwar25-Feb-10 0:38 
AnswerRe: Make url clickable in DIV Pin
April Fans3-Mar-10 14:22
April Fans3-Mar-10 14:22 
QuestionMessaebox not showing in Ajax UpdatePanel Pin
bhushanl24-Feb-10 18:20
bhushanl24-Feb-10 18:20 
AnswerRe: Messaebox not showing in Ajax UpdatePanel Pin
Prosanta Kundu online24-Feb-10 18:41
Prosanta Kundu online24-Feb-10 18:41 

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.