将值从一个页面传递到另一个页面

时间:2014-12-12 08:54:36

标签: c# asp.net

我将一个参数传递给我的导航网址,传递的参数值必须在另一个页面中返回此值。 我在abc解决方案default.aspx.cs中有URL,我想导航到xyz解决方案sample.aspx

string InvestigationPageUrl = NavigationService.GetNavigationUrl(Investigation.Investigationpage, new DetailsParameters(CurrentParameters.ReceiptNumber));

Message_Panel.Summary = string.Format(Investigation.Investigation_message, InvestigationPageUrl);
  1. 无参数传递我能够导航
  2. 使用参数传递我收到错误
  3.   

    无法与以下地址之一建立连接:   [10.31.80.146:9098,10.31.80.146:9099];确保   "远程地址"配置元素包含地址和端口   正在运行的TcpAcceptor

    BaseExceptionDetail:

      

    netcom.Online.estimate.Framework.Instrumentation.Exceptions.CoherenceCacheProviderException:   无法与以下地址之一建立连接:   [10.31.80.146:9098,10.31.80.146:9099];确保   "远程地址"配置元素包含地址和端口   正在运行的TcpAcceptor --->   Tangosol.Net.Messaging.ConnectionException:无法建立   连接到以下地址之一:[10.31.80.146:9098,   10.31.80.146:9099];确保"远程地址" configuration元素包含正在运行的TcpAcceptor的地址和端口   ---内部异常堆栈跟踪结束---

0 个答案:

没有答案