Ryan Ternier
Killer ASP.NET ninja coding monkeys do exist!
-
Manipulating Data in a Repeater Control
After browsing some of the posts on the asp.net forums a few people asked how to manipulate data in a Repeater Control. Here is a quick sample on how to do this.
-
Handling autopostbacks within a repeater - Checkbox Style
An issue I had today stumped me for awhile. I had a repeater, and inside it I had a checkbox. When the checkbox was updated (checked / unchecked) I needed it to postback to the server. I found a solution. Here's my Repeater layout:
-
Double.Parse() vs Convert.ToDouble()
public static double Parse(string s)