惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

酷 壳 – CoolShell
酷 壳 – CoolShell
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
T
Tailwind CSS Blog
有赞技术团队
有赞技术团队
爱范儿
爱范儿
Engineering at Meta
Engineering at Meta
J
Java Code Geeks
雷峰网
雷峰网
WordPress大学
WordPress大学
L
LangChain Blog
D
DataBreaches.Net
The GitHub Blog
The GitHub Blog
博客园 - 三生石上(FineUI控件)
Microsoft Security Blog
Microsoft Security Blog
P
Proofpoint News Feed
腾讯CDC
GbyAI
GbyAI
罗磊的独立博客
Blog — PlanetScale
Blog — PlanetScale
月光博客
月光博客
F
Fortinet All Blogs
Y
Y Combinator Blog
V
V2EX
A
About on SuperTechFans

博客园 - 用好

pile up english translates that are done by me SQLSEREVER测试题 一个有趣的话题 什么是次级域名、URL转发、MX记录、泛域名解析 关于数据库连接池 关于无法创建aspnet web项目的解决办法 Dotnet面试题(欢迎大家加入新的面试题) The following table shows the core technology areas of the .NET Framework. ASP.NET中的FILE对象总结 (藏) 页面装载用户控件时的事件顺序 (转) 经典收集 程序员喝酒文化 (转贴) .net常用的名字空间 关于C++ 请不要做浮躁的人 三、主流中间件技术平台 生活中的智慧 关于用户控件中的事件 什么是base标签
如何在UserControl中调用所在页面的ViewState (转) - 用好 -...
用好 · 2005-05-26 · via 博客园 - 用好

有2种方法:大家可以试试

1。
((Page)System.Web.HttpContext.Current.Handler).ViewState["Whatever"]  

2。
public  void  checkitout(string  param1,System.Web.UI.Page  tmpPage);  
调用checkitout("baby",this)