本文介绍了Gridview HyperLinkField查询字符串问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨朋友..我使用了gridview超链接字段,使用查询字符串我将值传递给另一个页面。我可以在url中隐藏查询字符串吗?可能吗? PLZ建议我....



Hi friends..i used gridview hyperlink field,using query string i was pass the values to another page.Here can i hide the querystring in url? is it possible? plz suggest me....

<asp:HyperLinkField DataNavigateUrlFields="Companyid, CompanyName,ProductCode,Quantity,Soldshare"
       DataNavigateUrlFormatString="Purchaseproduct.aspx?CID={0}&CName={1}&PC={2}&Qty={3}&Sldsre={4}" Text="Pass Multiple Values"/>





*此处post方法和previouspagetype指令不起作用



*Here post method and previouspagetype directive not working

推荐答案


这篇关于Gridview HyperLinkField查询字符串问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-27 02:20