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

推荐订阅源

V
Visual Studio Blog
J
Java Code Geeks
H
Hackread – Cybersecurity News, Data Breaches, AI and More
D
Docker
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
博客园 - 聂微东
MyScale Blog
MyScale Blog
H
Help Net Security
Last Week in AI
Last Week in AI
T
The Blog of Author Tim Ferriss
M
MIT News - Artificial intelligence
大猫的无限游戏
大猫的无限游戏
酷 壳 – CoolShell
酷 壳 – CoolShell
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
P
Proofpoint News Feed
博客园 - 叶小钗
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Y
Y Combinator Blog
Recent Announcements
Recent Announcements
F
Fortinet All Blogs
Martin Fowler
Martin Fowler
Microsoft Security Blog
Microsoft Security Blog
T
Tailwind CSS Blog
aimingoo的专栏
aimingoo的专栏

博客园 - Boler Guo

New words 2007/10/15 New words 2007/04/01 New words 2007/03/25 微软真是霸道,IE7要来了,大家兼容我! 架设C# 开源Wiki : Perspective NHibernate再心得——多主键 VSSDatabase.Open via ASP.NET 创建者模式相关文章总结 在Firefox中里面如何换行? - Boler Guo - 博客园 textarea的overflow:visible的问题! aspx页面提交后,再返回时定位的问题 博客园可以查询我发表过的评论,这点不错! 想在VS.Net 中实现一个UltraEdit中的小功能始终没有实现! test CuteEditor test 已经搬家了~ DataGrid something! 还得深入学习验证控件呀! 今天的计划
昨天下午遇到一个问题,到晚上才解决。
Boler Guo · 2005-08-02 · via 博客园 - Boler Guo

DataGrid中的一个TextBox,在submit之后,在后台无法获得刚刚填入的数据(通过每一个item的findbycontrol)。
调试了好长时间,原来时Page_Load中的一段代码导致的这个TextBox中的值被重写。

教训:出现问题,调试的时候不要局限在出问题的那一点上,所谓头痛医头脚痛医脚,说的就是我这种情况。
从中医角度看。人的身体是个有机的整体;从软件工程师的角度看,软件(程序)也是一个有机的整体!