Click here to Skip to main content
15,909,325 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: How to set tooltip for a HTML button..> Pin
Fred_Smith7-Sep-07 0:39
Fred_Smith7-Sep-07 0:39 
GeneralRe: How to set tooltip for a HTML button..> Pin
Balagurunathan S7-Sep-07 0:49
Balagurunathan S7-Sep-07 0:49 
GeneralRe: How to set tooltip for a HTML button..> Pin
Vasudevan Deepak Kumar9-Sep-07 2:32
Vasudevan Deepak Kumar9-Sep-07 2:32 
QuestionCascadingDropDown and AutoCompleteExtender Pin
varshavmane6-Sep-07 18:58
varshavmane6-Sep-07 18:58 
QuestionPreview of image without postback [modified] Pin
mehdi_black6-Sep-07 16:01
mehdi_black6-Sep-07 16:01 
QuestionI want to get a project in ASP can any body help me Pin
amirmasood_fast6-Sep-07 8:14
amirmasood_fast6-Sep-07 8:14 
AnswerRe: I want to get a project in ASP can any body help me Pin
Guffa6-Sep-07 9:30
Guffa6-Sep-07 9:30 
QuestionDatagrid Pin
nandhububbly6-Sep-07 3:41
nandhububbly6-Sep-07 3:41 
Hi function TotalBudgetAmount()
{
var intCount=2;
var txtBudgetAmount= document.getElementById("dgridBudgetAllocationDetails__ctl"+intCount+"_txtCurrentBudgetAmount");

var TotalAmount=0;

while (txtBudgetAmount != null)
{
alert("hai");
if (parseFloat(txtBudgetAmount.value))
TotalAmount = TotalAmount + parseFloat(txtBudgetAmount.value)

intCount += 1;
var txtBudgetAmount=document.getElementById("dgridBudgetAllocationDetails__ctl"+intCount+"_txtCurrentBudgetAmount");

}

var lblTotalBudgetAmount = document.getElementById("dgridBudgetAllocationDetails__ctl" +intCount+"_lblTotalAmount");

if (lblTotalBudgetAmount != null)
document.write("The number is "+ parseFloat(TotalAmount).toFixed(2))
}

this is my code here i need to add text bob value and put in to label but here values are not adding i thougt error in

var txtBudgetAmount= document.getElementById("dgridBudgetAllocationDetails__ctl"+intCount+"_txtCurrentBudgetAmount");

this line please review this and reply me thank u

reg
nantha
AnswerRe: Datagrid Pin
Chetan Patel7-Sep-07 2:22
Chetan Patel7-Sep-07 2:22 
QuestionDatagrid Pin
nandhububbly6-Sep-07 3:18
nandhububbly6-Sep-07 3:18 
AnswerRe: Datagrid Pin
Chetan Patel7-Sep-07 2:26
Chetan Patel7-Sep-07 2:26 
QuestionExcel Data to MSSQL thru ASP.Net Pin
hifiger20045-Sep-07 11:19
hifiger20045-Sep-07 11:19 
QuestionMACRO - Calling Excel Macro thru ASP.Net Pin
hifiger20045-Sep-07 10:50
hifiger20045-Sep-07 10:50 
QuestionImport text file to MS Access, Asp.net(VB) Pin
RykieLouw5-Sep-07 7:20
RykieLouw5-Sep-07 7:20 
AnswerRe: Import text file to MS Access, Asp.net(VB) Pin
Christian Graus5-Sep-07 15:03
protectorChristian Graus5-Sep-07 15:03 
Questiondatabind parent control from popup Pin
bspro5-Sep-07 3:51
bspro5-Sep-07 3:51 
AnswerRe: databind parent control from popup Pin
Chetan Patel7-Sep-07 2:28
Chetan Patel7-Sep-07 2:28 
QuestionStarting an application on the server Pin
Deques5-Sep-07 1:43
Deques5-Sep-07 1:43 
AnswerRe: Starting an application on the server Pin
George L. Jackson5-Sep-07 7:04
George L. Jackson5-Sep-07 7:04 
GeneralRe: Starting an application on the server Pin
Fred_Smith6-Sep-07 0:47
Fred_Smith6-Sep-07 0:47 
GeneralRe: Starting an application on the server Pin
George L. Jackson6-Sep-07 2:15
George L. Jackson6-Sep-07 2:15 
GeneralRe: Starting an application on the server Pin
Deques6-Sep-07 1:22
Deques6-Sep-07 1:22 
GeneralRe: Starting an application on the server Pin
George L. Jackson6-Sep-07 2:17
George L. Jackson6-Sep-07 2:17 
GeneralRe: Starting an application on the server Pin
Deques6-Sep-07 2:22
Deques6-Sep-07 2:22 
GeneralRe: Starting an application on the server Pin
George L. Jackson6-Sep-07 2:35
George L. Jackson6-Sep-07 2:35 

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.