Newbie question: Creating a custom control

Posted by Wild Thing on Stack Overflow See other posts from Stack Overflow or by Wild Thing
Published on 2010-03-21T18:03:35Z Indexed on 2010/03/21 18:11 UTC
Read the original article Hit count: 265

Filed under:
|

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

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about custom-control