lildragon88
Technical User
Hi, I was wondering if anyone out there has some information on how I can update an aspx page url from a ascx user control button. The situation is I have my index.aspx page. This page has a datagrid that populates based on the page load and query string in the web browsers url. I have a user control on top of all of my pages, menu, which has a button that the user can click to requery or send them back to the main page based on some criteria that was selected. so I need the url to read something to the effect of "../index.aspx/crit=?userCriteria". I hope was clear. Thank you for your help.