Hi there,
I have a usercontrol that is in an asp.net page that contains a button. The event on the button does a simple response.direct all is fine if the page doesnt contain a query string however if the page contains a query string. e.g. default.aspx?id=12345
then the postback doesnt occur on the button.
Is this a common issue? what do I need to do to enable postback on the button if there is a querystring?