Posts: 216
Name: Syed Saadat Ali
Location: Lahore, Pakistan
|
In the PostBackOptions class I'm using for generating a link from GetPostBackEventReference, I'm setting ActionUrl to another page. It does post to the other page, but I can't seem to retrieve the argument I supply with the postback. If I don't set the ActionUrl to a different page, I can retrieve my argument fine in the RaisePostBackEvent method. Any ideas? Is it not possible to pass an argument when you're setting ActionUrl to another page? Googling doesn't turn up much at all...
|