摘要:
表白网 爱情表白 哈哈表白网首页大概做好了. 大家有兴趣可以进去看看哦 www.biaobai520.com 表白,表白网,爱情表白,爱的表白,经典表白,经典爱情表白,情感表白网-biaobai520.com 阅读全文
摘要:
画图的方式有两种: 1.将图片内容响应到页面,将image控件的src或imageurl指定为这个页面 代码:aspx页面的cs文件 阅读全文
摘要:
<a href=http://www.baidu.com onclick="return confirm('确定要删除吗?');"> 试一下就知道效果了 OnClientClick="return confirm('确定要删除吗?');"这个是aspx服务器标签上怎么写这个效果 当然也可以在cs文件写 DelCheck为一... 阅读全文
摘要:
js function all_Click() { var chk=document.getElementsByName("chk"); for(var i=0;i<chk.length;i++) &... 阅读全文
摘要:
(要下载FCKeditor_2.6.6.zip和FCKeditor.Net_2.6.3.zip版的2个zip包) 地址 http://sourceforge.net/projects/fckeditor/files/FCKeditor/2.6.6/FCKeditor_2.6.6.zip/download http://sourceforge.net/projects/fckeditor/fil... 阅读全文
摘要:
1. 怎样调整代码排版的格式? 选择:编辑—>高级—>设置文档的格式 或 编辑—>高级—>设置选中代码的格式。 格式化cs代码:Ctrl+k+f 格式化aspx代码:Ctrl+k+d 2. 怎样跳转到指定的某一行? 两种方法:Ⅰ. Ctrl+G ... 阅读全文
摘要:
1.Visual Studio 2008自带的1000多个 Windows 系统使用的各种图标、光标和动画文件 在Visual Studio 2008的安装目录下,\Microsoft Visual Studio 9.0\Common7\VS2008ImageLibrary\2052文件夹下面,有一个VS2008ImageLibrary... 阅读全文
摘要:
aspx文件 <script type="text/javascript" language="javascript"> <!-- function yes() { alert(... 阅读全文
摘要:
<html><head><title>_xWin</title><meta http-equiv="Content-Type" content="text/html; charset=gb2312"><META NAME="Description" CONTENT=&quo... 阅读全文
摘要:
aspx文件 <asp:Repeater ID="Repeater1" runat="server"> <ItemTemplate> <a href="UpdateColumn.aspx?title=<... 阅读全文