How to iterate through ASP .NET textboxes using javascript and calculate a value ?
- by Nikunj Nandaniya
i have a multiple textboxes in repeater and i will enter value in those textboxes at runtime. and i want sum of all value entered in those textboxes in one label.i want to do this thing using java script. so can u please help me.