Dear All,
Forgive the newbie question but am stumped trying to find an elegant solution to this.
I have an ASPX page with a RadGrid control working without issue. However upon initial load a QueryString parameter is passed that I want to remove from future postbacks (or any kind); therefore if the page is called as "WebPage1.aspx?MyParam=Test" the postback URL for paging calls/etc needs to have this parameter removed.
Could someone point me in the right direction? I don't want to use Javascript and thought perhaps parsing out the QS in ItemCreated might work, but am struggling to make it cover all calls.
Many thanks!