Hi,
I have an ASP.Net site, in which I am using a ListView with a Datapager. Apparently there is a bug with the Datapager, where it crashes if there is an empty ampersand (&) in the querystring. This is a known issue: https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=357344&wa=wsignin1.0#tabs
I see that there is a workaround given, but did not understand how to implement it. Can somebody point me in the right direction?
Also, I see that this issue is marked as resolved. Any idea where I can find the updated version of this control?
Wild Thing