摘要:
Private Sub UpdateTask() Dim connStr As String = ConfigurationManager.connectionStrings("TaxSoftwareConnection").ToString() if File.Exists(path) Dim file As F... 阅读全文
摘要:
MSDN上的解释是 Gets or sets a value indicating whether the dialog box restores the current directory before closing. 应该是是否恢复current directory,而不是打开对话框时的目录 阅读全文
摘要:
1、foreach(GridViewRow gr in gridview1.Rows) { LinkButton l=gr.FindControls("LinkButton1") as LinkButton; } 2、Visible='<%# GetVisible(Eval("id"))%>' pu 阅读全文
摘要:
常见问题: 1、空白页处理:select --> Tablix_ ,然后通过tablix的虚线条,来控制大小,并且将白板的长框也移动到最小。 2、查询多个,出现的报表第二个数据不在报表上:设置Retangle Properties,选中Keep contents together on a sini 阅读全文