chrismo111

Stories submitted by chrismo111

Gridview: Where is the Row in RowCommand? DisplayIndex(mhinze.com)

submitted by chrismo111chrismo111(47) 4 years, 11 months ago

Provides solutions to a frustrating issue: GridViewCommandEventArgs doesn't expose the Row that raised the event. Say you need an itemTemplate for a link button to execute deletes.; how do you get a reference to the correct row? While the datagrid's DataGridCommandEventArgs exposed the row through it's Item property & e.Item.ItemIndex GridViewCommandEventArgs only three properties: CommandName, CommandArgument & CommandSource (which provides a reference to the gridview itelf). Wtf?! Solutions provided in story. read more...

add a comment |category: |Views: 271

tags: another

Pace of Change Leaves No One Competent(ftponline.com)

submitted by chrismo111chrismo111(47) 4 years, 11 months ago

Editorial by Kathleen Dollard that outlines strategies for keeping pace with .net's rapid state of change. Intro sentences: "The point at which anyone on the planet is competent to write .NET applications passed sometime in the last year or so. No one is competent and that should scare the crap out of us. Recognizing this reality lets you adjust your application strategies" read more...

3 comments |category: |Views: 4

tags: another