上一页 1 ··· 72 73 74 75 76
摘要: 在Ajax Control Toolkit控件包中,发现CalendarExtender日历控件,只要把控件拖入就能够使TextBox弹出日期选择。可显示的都是英文。解决方案:在<asp:ScriptManager>控件里设置两个属性,如:<asp:ScriptManager EnableScriptGlobalization=true EnableScriptLocalizat... 阅读全文
posted @ 2010-07-18 16:05 海乐学习 阅读(1780) 评论(0) 推荐(0)
摘要: 基本用法:<frameset rows="20%,*">  <!--水平划分的第一个部分加载sample25_top.htm文件-->  <frame src="sample_top.htm" name="top">  <!--水平划分的第二个部分并没有加载文件,是再垂直划分为两个部分-->  <frameset cols="30%,*">... 阅读全文
posted @ 2010-07-18 16:03 海乐学习 阅读(3291) 评论(0) 推荐(0)
摘要: 在Asp.net 中Cookie的用法 protected void Page_Load(object sender, EventArgs e) { HttpCookie cookie = new HttpCookie("aspcn");//声明 Response.AppendCookie(cookie); } protected void Button1_Click(object sender,... 阅读全文
posted @ 2010-07-18 16:02 海乐学习 阅读(384) 评论(0) 推荐(0)
摘要: 以下是html调用示例,ClassID为用vb自带的打包工具,打包获得的。<html><br><OBJECT ID="CtiClient"CLASSID="CLSID:FA2B1B95-359E-4320-BAB5-286450B9D863"CODEBASE="Cti_Client1100504.CAB#version=1,0,0,8"></OBJECT&... 阅读全文
posted @ 2010-07-18 15:55 海乐学习 阅读(1908) 评论(0) 推荐(0)
上一页 1 ··· 72 73 74 75 76