
C#
zhaoyun115
本人乐观向上,大方开朗,热情务实;善与人交流,人际关系良好,待人诚恳;工作认真负责,具有吃苦耐劳、艰苦奋斗的精神;遇事沉着冷静,理智稳重,适应能力学习能力强。
展开
-
C#代码与javaScript函数的相互调用
问:1.如何在JavaScript访问C#函数?2.如何在JavaScript访问C#变量?3.如何在C#中访问JavaScript的已有变量?4.如何在C#中访问JavaScript函数? 问题1答案如下:javaScript函数中执行C#代码中的函数:方法一:1、首先建立一个按钮,在后台将调用或处理的内容写入button_click中; 2、转载 2008-11-01 11:12:00 · 642 阅读 · 0 评论 -
ASP.NET Events
Here is the full list of all events that occur in an ASP.NET application, from the standard modules, to the page, master page, page controls and master page controls.I have not included the IIS 7 sp转载 2010-01-22 23:37:00 · 398 阅读 · 0 评论 -
网页生命周期
If (!IsPostBack) 1.Begin PreInit 2.End PreInit3.Begin Init4.End Init 5.Begin InitComplete6.End InitComplete 7.Begin PreLoad 8.End PreLoad 9.Begin Load 10.End Load 11.Begin Loa转载 2010-01-22 23:03:00 · 295 阅读 · 0 评论