Henk, not quite. The Guid would be different for each postback, recreating the original problem. Emptycan's solution works because his code will recreate the exact same IDs on each postback.
-Jason
henk
Hi all!
emptycan, thank you very much! Your solution is excellent!
If you don't want use additional variables, you can do this:
jmoran1
Member
2 Points
3 Posts
Re: Invalid postback or callback argument with GridView's ImageButton Nightmare
Jul 23, 2007 08:49 PM|LINK
Henk, not quite. The Guid would be different for each postback, recreating the original problem. Emptycan's solution works because his code will recreate the exact same IDs on each postback.
-Jason