ASP.NET中全局变量
生活随笔
收集整理的這篇文章主要介紹了
ASP.NET中全局变量
小編覺(jué)得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
1.同一頁(yè)面: ViewState;
2.不同頁(yè)面:Session;
3.application
??? 如: ?1//在Web.Config中
?2<configuratin>
?3??<appSettings>
?4????<add?key="dsn"?value="sdfjklsfldf"/>
?5??</appSettings>
?6</configuration>
?7
?8//xx.ASPx.cs
?9using?System.Configuration;
10
11protected?string?str?=?ConfigurationSettings.AppSettings["dsn"]; 4.在Globle.asax 中定義
???? //全局變量
????? public static string greeting = "China is good!";
2.不同頁(yè)面:Session;
3.application
??? 如: ?1//在Web.Config中
?2<configuratin>
?3??<appSettings>
?4????<add?key="dsn"?value="sdfjklsfldf"/>
?5??</appSettings>
?6</configuration>
?7
?8//xx.ASPx.cs
?9using?System.Configuration;
10
11protected?string?str?=?ConfigurationSettings.AppSettings["dsn"]; 4.在Globle.asax 中定義
???? //全局變量
????? public static string greeting = "China is good!";
轉(zhuǎn)載于:https://www.cnblogs.com/lanshh/archive/2006/06/03/416774.html
總結(jié)
以上是生活随笔為你收集整理的ASP.NET中全局变量的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。
- 上一篇: 无意中发现的,自己看吧
- 下一篇: 好网收集的地址