Click here to Skip to main content
15,908,675 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
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 
I need to first find my check box and if the check box is checked then i need to get the InnerText.

I got the solution for the above.
Modified the function as below.



function ReadData()
{
var grdContacts = document.getElementById('grdContacts');
var hiddenContacts = document.getElementById('hiddenContacts');
var rowCount = grdContacts.rows.length;
if(rowCount > 1)
{
var browserName=navigator.appName;
for(var count =1; count
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 
GeneralRe: Messaebox not showing in Ajax UpdatePanel [modified] Pin
bhushanl25-Feb-10 17:34
bhushanl25-Feb-10 17:34 
QuestionSyntax Error in NEW vb.net Pin
raquidd2224-Feb-10 12:21
raquidd2224-Feb-10 12:21 

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.