Click here to Skip to main content
16,004,897 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Is Possible DataGrid Items Links to Different pages??? Pin
bijeshputhalath6-Sep-07 23:53
bijeshputhalath6-Sep-07 23:53 
QuestionDatagrid Pin
nandhububbly6-Sep-07 3:41
nandhububbly6-Sep-07 3:41 
AnswerRe: Datagrid Pin
Imran Khan Pathan6-Sep-07 3:52
Imran Khan Pathan6-Sep-07 3:52 
QuestionEnd session event handler Pin
hadad6-Sep-07 3:31
hadad6-Sep-07 3:31 
AnswerRe: End session event handler Pin
Goalie356-Sep-07 5:51
Goalie356-Sep-07 5:51 
AnswerRe: End session event handler Pin
Guffa6-Sep-07 9:29
Guffa6-Sep-07 9:29 
AnswerRe: Datagrid Pin
Christian Graus6-Sep-07 3:20
protectorChristian Graus6-Sep-07 3:20 
GeneralRe: Datagrid Pin
nandhububbly6-Sep-07 3:23
nandhububbly6-Sep-07 3:23 
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
Questionhow to do email address validation in javascript Pin
laxmank6-Sep-07 3:07
laxmank6-Sep-07 3:07 
AnswerRe: how to do email address validation in javascript Pin
John-ph6-Sep-07 3:13
John-ph6-Sep-07 3:13 
AnswerRe: how to do email address validation in javascript Pin
Sandeep Akhare6-Sep-07 3:16
Sandeep Akhare6-Sep-07 3:16 
AnswerRe: how to do email address validation in javascript Pin
Shujaat Ullah Khan6-Sep-07 20:37
Shujaat Ullah Khan6-Sep-07 20:37 
QuestionHow to run a DTS package from a webpage in asp.net Pin
MissionSuccess6-Sep-07 2:34
MissionSuccess6-Sep-07 2:34 
AnswerRe: How to run a DTS package from a webpage in asp.net Pin
John-ph6-Sep-07 3:08
John-ph6-Sep-07 3:08 
GeneralRe: How to run a DTS package from a webpage in asp.net Pin
MissionSuccess6-Sep-07 3:21
MissionSuccess6-Sep-07 3:21 
QuestionSerial Number column in DataList Pin
yogesh_kumar_agarwal6-Sep-07 1:52
yogesh_kumar_agarwal6-Sep-07 1:52 
AnswerRe: Serial Number column in DataList Pin
John-ph6-Sep-07 2:02
John-ph6-Sep-07 2:02 
GeneralRe: Serial Number column in DataList Pin
yogesh_kumar_agarwal6-Sep-07 2:09
yogesh_kumar_agarwal6-Sep-07 2:09 
GeneralRe: Serial Number column in DataList Pin
John-ph6-Sep-07 2:25
John-ph6-Sep-07 2:25 
QuestionControls are absolute positioned by default Pin
kunal_gct6-Sep-07 1:40
kunal_gct6-Sep-07 1:40 
AnswerRe: Controls are absolute positioned by default Pin
Urs Enzler6-Sep-07 1:44
Urs Enzler6-Sep-07 1:44 
GeneralRe: Controls are absolute positioned by default Pin
kunal_gct6-Sep-07 1:58
kunal_gct6-Sep-07 1:58 
AnswerRe: Controls are absolute positioned by default Pin
Imran Khan Pathan6-Sep-07 1:44
Imran Khan Pathan6-Sep-07 1:44 
AnswerRe: Controls are absolute positioned by default Pin
John-ph6-Sep-07 1:53
John-ph6-Sep-07 1:53 
QuestionHow to get list of all check box control on web page Pin
findtango6-Sep-07 0:56
findtango6-Sep-07 0:56 

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.