i got an .aspx page when i press a button "submit" and all validation's pass the code behind is processed , when it's done i wan't to use the ui-dialog the confirm that notion to the user .
when the user presses ok i wan't the page to redirect back to the main page(different .aspx)
my question's are :
is it even possible to redirect to an .aspx from the client side (i'm guessing not ..)
if not how would i call the ui-dialog from the aspx page .
how would i detect a post back using jquery ?
how would i pull the query string using jquery ?