Repeater Using Javascript Referencing a Column in the Repeater

R

rwoo_98

I am using a repeater, with 3 columns of textboxes with X number of
rows. The first two columns are enabled and allows the user to enter
in numeric data. The third column contains the sum of the two columns,
The third column is dynamically updated using javascript on an
onchange event. I am using the ItemDataBound event to add the onchange
attribute to both columns. I can determine the ids of the other
columns on the row by parsing the ClientID. It appears that a number
is included in the ID that represents the row number. Is there another
means of determining the ClientIDs in the column. For various reasons,
I can not use a datagrid or
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top