上一页 1 ··· 103 104 105 106 107

2004年7月26日

How to implement Disk-to-Disk copy in a bit-to-bit manner

摘要: DrvImagerXPSetup_2.2.exehttp://forums.kustompcs.co.uk/archive/index.php/http://forums.kustompcs.co.uk/archive/index.php/t-5250.html Alan I've found that my SCSI hard drives are the loudest things in ... 阅读全文

posted @ 2004-07-26 23:04 cy163 阅读(554) 评论(0) 推荐(0) 编辑

2004年7月25日

How To contain multiple fileds in the querystrig, DataNavigateUrlFormatString=xxx.asp?ID={0}&Name={1}

摘要: ' NavigateUrl= '' Target=_blank ID="Hyperlink1"> It is noticable t... 阅读全文

posted @ 2004-07-25 23:54 cy163 阅读(1388) 评论(1) 推荐(0) 编辑

2004年7月24日

How to set DataTable's style, such as borderwidth, etc,

摘要: //-- 放入表中ShowPaperInfo.aspx Table1.BorderWidth=new Unit("1px"); Table1.BorderColor=Color.Black; Table1.CellPadding=8; Table1.CellSpacing=0; Table1.GridLines=GridLines.Both; TableRow... 阅读全文

posted @ 2004-07-24 23:54 cy163 阅读(320) 评论(0) 推荐(0) 编辑

利用MEssageBOx调试程序

摘要: Response.Write("@@!@"+strUpdate+"i="+i); MessageBox.Show("此文章不存在!", i.ToString(), MessageBoxButtons.OK, MessageBoxIcon.Information, MessageBoxDefaultButton.Button1, MessageBoxOption... 阅读全文

posted @ 2004-07-24 09:33 cy163 阅读(485) 评论(1) 推荐(0) 编辑

2004年7月23日

在C#中使用Javascript的方法

摘要: Response.Write(@""); 阅读全文

posted @ 2004-07-23 23:27 cy163 阅读(1452) 评论(3) 推荐(0) 编辑

关于日期的显示与输入

摘要: [原载于Chinaspx.com]本来不想对日期格式化这个问题写多少的. 因为在VS.NET中有SDK文档中就有很详细的介绍.怕有盗名的嫌疑.不过在论坛上有不人问这个问题我就在这里进行简单的介绍(以下都以C#代码) 这篇文章只对于日期格式不甚了解的朋友. ms-help://MS.NETFrameworkSDKv1.1.CHS/vblr7net/html/vafmtUserDefinedDateF... 阅读全文

posted @ 2004-07-23 22:56 cy163 阅读(595) 评论(0) 推荐(0) 编辑

Close PopUp window and Refresh its parent window!

摘要: Page_Load(...){ if(Request[“Strange“]!=null){msg1 = msg1 & "" msg = msg & "" Response.Write(msg)}}Button_Click(){ Response.Redirect("/Webapplication1/AssignPaperToReviewer.aspx?PaperI... 阅读全文

posted @ 2004-07-23 22:55 cy163 阅读(807) 评论(0) 推荐(0) 编辑

2004年7月22日

EnableViewState and Button Type(DataGrid中按钮类型与EnableViewState的关系)

摘要: We have a Datagrid which contains a template column with a button in it,as well as an actual button column. If either of the buttons areclicked, the ItemCommand event does not fire.If however, the ... 阅读全文

posted @ 2004-07-22 18:42 cy163 阅读(475) 评论(0) 推荐(0) 编辑

DataGrid, DataFormatString="{0:yyyy-MM-dd}"

摘要: Today, I learned that format string "{0:yyyy-mm-dd}" is not a valid DataFormatString for rendering a date. The correct format string is ="{0:yyyy-MM-dd}".Strange! 阅读全文

posted @ 2004-07-22 16:52 cy163 阅读(2053) 评论(4) 推荐(0) 编辑

上一页 1 ··· 103 104 105 106 107

导航