Redirect from silverlight to web page with values
-
HtmlPage.Navigate("http://www.url.com/Default.aspx?query\_string1="+somevalue+"&querystring2="+somevalue);
Hope it helps.
Christian Amado MCITP | MCTS | MOS | MTA Olimpia ☆ ★★★ Please mark as answer, if it helps.
-
HtmlPage.Navigate("http://www.url.com/Default.aspx?query\_string1="+somevalue+"&querystring2="+somevalue);
Hope it helps.
Christian Amado MCITP | MCTS | MOS | MTA Olimpia ☆ ★★★ Please mark as answer, if it helps.
Thanks for the reply.But i'm calling a generic handler from silverlight and need to redirect once the upload process is completed which is written in generic handler. With your solution the upload process won't complete and it just redirects to next page.
-
Thanks for the reply.But i'm calling a generic handler from silverlight and need to redirect once the upload process is completed which is written in generic handler. With your solution the upload process won't complete and it just redirects to next page.
Don't you think you should have passed this information on when you posed your initial question?
*pre-emptive celebratory nipple tassle jiggle* - Sean Ewington
"Mind bleach! Send me mind bleach!" - Nagy Vilmos
CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier
-
Don't you think you should have passed this information on when you posed your initial question?
*pre-emptive celebratory nipple tassle jiggle* - Sean Ewington
"Mind bleach! Send me mind bleach!" - Nagy Vilmos
CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier