I tried to research this, but there are a ton of articles very similar in wording to mine that have nothing to do with what I need to do. I'm really hoping someone can help me out here!
I have a ListView on my page that has 3 radio buttons on each line. When someone clicks one of those radio buttons, I need a sub-total to be presented on the right and a grand total on the bottom for any that they select. I created some dynamic javascript
that does this for me and it works great. When I use ClientScript.RegisterStartupScript on ListView1_ItemDataBound, and I do a postback, it removes all of that javascript. Does anyone know either
1. A better way to do those totals without doing a postback every time?
2. Keep the javascript after postback?
Go to the complete details ...