01 2015 档案

vb6 调用 64位应用程序
摘要:Option ExplicitPrivate Declare Function LoadLibrary Lib "kernel32.dll" Alias "LoadLibraryA" (ByVal lpLibFileName As String) As LongPrivate Declare Fun... 阅读全文

posted @ 2015-01-22 15:12 空明流光 阅读(1825) 评论(0) 推荐(0) 编辑

Updatepanel 注册javascript 方法
摘要:ScriptManager.RegisterStartupScript(this.UpdatePanel1, this.GetType(), "test", "alert('test');", true);注意第一个参数一定要选对,如果不在相应的更新区域,则无法执行脚本。 阅读全文

posted @ 2015-01-11 17:16 空明流光 阅读(129) 评论(0) 推荐(0) 编辑

Updatepanel 注册javascript 方法
摘要:ScriptManager.RegisterStartupScript(this.UpdatePanel1, this.GetType(), "test", "alert('test');", true);注意第一个参数一定要选对,如果不在相应的更新区域,则无法执行脚本。 阅读全文

posted @ 2015-01-11 17:16 空明流光 阅读(172) 评论(0) 推荐(0) 编辑

导航