Click here to Skip to main content
15,892,746 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How to get ipaddtes of system in asp Pin
rahul.net113-Sep-07 1:24
rahul.net113-Sep-07 1:24 
GeneralRe: How to get ipaddtes of system in asp Pin
VenkataRamana.Gali3-Sep-07 1:27
VenkataRamana.Gali3-Sep-07 1:27 
GeneralRe: How to get ipaddtes of system in asp Pin
rahul.net113-Sep-07 1:59
rahul.net113-Sep-07 1:59 
GeneralRe: How to get ipaddtes of system in asp Pin
rahul.net113-Sep-07 2:32
rahul.net113-Sep-07 2:32 
Question.mdf file Pin
Mri1a3-Sep-07 0:44
Mri1a3-Sep-07 0:44 
AnswerRe: .mdf file Pin
_mubashir3-Sep-07 1:25
_mubashir3-Sep-07 1:25 
QuestionHow to use Microsoft Excel 11.0 Object in IIS 6.0 Pin
Bapi Ray3-Sep-07 0:13
Bapi Ray3-Sep-07 0:13 
QuestionTextBox in DataGrid Pin
nandhububbly3-Sep-07 0:11
nandhububbly3-Sep-07 0:11 
Hi i am using textbox in datagrid ,so i need to add that textbox value in that datagrid and put in to label , so these working fine in IE 6 but if i run this in IE 7 and mozila the values are not adding ..

function TotalBudgetAmount()
{
var intCount=2;
var txtBudgetAmount= document.getElementById("dgridBudgetAllocationDetails__ctl"+intCount+"_txtCurrentBudgetAmount");//here txtBudgetAmount come as null in IE 7 but in IE6 its working so problem in this line

var TotalAmount=0;

while (txtBudgetAmount != null)
{

if (parseFloat(txtBudgetAmount.value))
TotalAmount = TotalAmount + parseFloat(txtBudgetAmount.value)

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


}


these are that lines please c this code and reply thank u

Reg
nantha
QuestionTimer problem in Javascript.. Pin
Balagurunathan S2-Sep-07 23:51
Balagurunathan S2-Sep-07 23:51 
AnswerRe: Timer problem in Javascript.. Pin
Guffa3-Sep-07 0:46
Guffa3-Sep-07 0:46 
GeneralRe: Timer problem in Javascript.. Pin
Balagurunathan S3-Sep-07 0:51
Balagurunathan S3-Sep-07 0:51 
AnswerRe: Timer problem in Javascript.. Pin
VenkataRamana.Gali3-Sep-07 0:51
VenkataRamana.Gali3-Sep-07 0:51 
QuestionSending RDLC report as mail attachment. Pin
M LN Rao2-Sep-07 23:16
M LN Rao2-Sep-07 23:16 
Questionplz help me Pin
ManiMughal2-Sep-07 23:04
ManiMughal2-Sep-07 23:04 
AnswerRe: plz help me Pin
Sandeep Akhare2-Sep-07 23:10
Sandeep Akhare2-Sep-07 23:10 
AnswerRe: plz help me Pin
Ahmad Adnan2-Sep-07 23:18
Ahmad Adnan2-Sep-07 23:18 
AnswerRe: plz help me Pin
Ahmad Adnan3-Sep-07 1:57
Ahmad Adnan3-Sep-07 1:57 
Questionzip a folder Pin
yesu prakash2-Sep-07 22:35
yesu prakash2-Sep-07 22:35 
AnswerRe: zip a folder Pin
Ahmad Adnan2-Sep-07 22:38
Ahmad Adnan2-Sep-07 22:38 
GeneralRe: zip a folder Pin
yesu prakash2-Sep-07 22:39
yesu prakash2-Sep-07 22:39 
GeneralRe: zip a folder Pin
Vasudevan Deepak Kumar3-Sep-07 1:22
Vasudevan Deepak Kumar3-Sep-07 1:22 
AnswerRe: zip a folder Pin
John-ph2-Sep-07 22:54
John-ph2-Sep-07 22:54 
AnswerRe: zip a folder Pin
Sathesh Sakthivel2-Sep-07 22:59
Sathesh Sakthivel2-Sep-07 22:59 
GeneralRe: zip a folder Pin
Vasudevan Deepak Kumar3-Sep-07 1:24
Vasudevan Deepak Kumar3-Sep-07 1:24 
Questionselecting multiple files....in OpenFileDialog Pin
pavya_Cool2-Sep-07 22:20
pavya_Cool2-Sep-07 22:20 

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.