从Windows窗体发送查询字符串到Web

从Windows窗体发送查询字符串到Web

问题描述:

Hi frens





我想从Windows窗体发送一个值到已打开的网页浏览器.....我即时通讯能够使用POST方法,但浏览器页面不刷新,因此我无法在浏览器中显示检索到的值(浏览器是非活动的,我猜)....所以有什么方法可以使用我发送值querystring ......所以我可以在浏览器中使用该值....





谢谢

Darshan

Hi frens


I want to send a value from windows form to already opened web browser .....and im able to do it using POST method but the browser page is not refreshing and hence im not able to display the retrieved value in the browser( browser is inactive i guess) ....so is there any way that i can send the value using querystring ......so that i can use the value in the browser ....


Thanks
Darshan

Response.Redirect 将触发页面刷新。你可以尝试一下 - 但是不知道用户是否会对网页突然刷新感到满意。
A Response.Redirect will fire a page refresh. You could try it - but dont know if a user will be happy with the web page doing refresh all of a sudden.