Hi all,
Currently im using 1.1 framework. Here i have a textbox which is inside a repeater. Now the functionality of this textbox is to take the input from
the usr regarding the available time present in %. So on submit of a the save button it should check if the sum total of the values in these checkbox is less than 100 if not an alert should be given. I want to do the validation usingJavascript . but my problem is how to access the individual values of the textbox.
Like the problem is the textbox with id say txtTime is being repeatedly being used. For example the same textbox is being rendered around 7 times.
so inside my javascript how can i access the values of the textbox in the repeater. i hope i have made myself clear.
Thanks
Currently im using 1.1 framework. Here i have a textbox which is inside a repeater. Now the functionality of this textbox is to take the input from
the usr regarding the available time present in %. So on submit of a the save button it should check if the sum total of the values in these checkbox is less than 100 if not an alert should be given. I want to do the validation usingJavascript . but my problem is how to access the individual values of the textbox.
Like the problem is the textbox with id say txtTime is being repeatedly being used. For example the same textbox is being rendered around 7 times.
so inside my javascript how can i access the values of the textbox in the repeater. i hope i have made myself clear.
Thanks
Comment