Archive for the ‘Javascript’ Category

Adding a check all box to check checkboxes within a row in a Gridview

When developing a gridview recently, the need to be able to have a check all button within a row on the gridview came up. At first I thought this would be an easy task, but it turned out that my first few ideas/attempts didn’t really work out. The key for this ability is that I…

Read More

Javascript delete confirmation in Gridview or Repeater

A pretty common task needed within a gridview or repeated is to confirm an action when the user clicks on this. (typically a delete)

Read More