Faking a PostBack in a DataGrid column is there an easier way?
Posted by: Rick Strahls WebLog,
on 26 Jan 2006 |
View original | Bookmarked: 0 time(s)
Ok, this may seem a bit silly but I don’t think I’ve gone down this particular path before.
I need to create a custom template column in a DataGrid and add several hyperlinks into the same column. The hyperlinks need to then post back to the page and be handled. Because there are multiple links in the same column I don't think button columns and the grid fired events work in this case.
I haven’t gone done this path because in most applications I simply tend to use...