最新评论
boygod1986 2009-03-16 15:20
请问博主,为什么我在xaml编辑模式下能看到引入的图片,但是一ctrl+f5运行,在浏览器里就什么都看不到了?
这是为什么?能不能发邮件帮我解答一下啊,谢谢了
boygod1986@gmail.com
这是为什么?能不能发邮件帮我解答一下啊,谢谢了
boygod1986@gmail.com
paaboo 2008-09-03 11:12
Failed to load viewstate. The control tree into which viewstate is being loaded must match the control tree that was used to save viewstate during the previous request. For example, when adding controls dynamically, the controls added during a post-back must match the type and position of the controls added during the initial request.
明明2 2008-08-26 11:48
protected override TreeNode CreateNode()
{
return new myTreeNode();
}
是错的,编译都不能通过
{
return new myTreeNode();
}
是错的,编译都不能通过

