ajie
yingwu
摘要: 1 t-sql; select * from table1; insert into table1(name,pwd) values('csj','csj'); update table1 set pwd='css' where name='csj'; delete from table1 wherename='csj'; select top 3 * from stu order bystuno... 阅读全文
posted @ 2009-03-16 21:17 ajie 阅读(140) 评论(0) 推荐(0)
摘要: <asp:CompareValidator ID="CompareValidator1" runat="server" ErrorMessage="必选!" ControlToValidate="DDLBudget" Display="Dynamic" Operator="NotEqual" ValueToCompare="---请选择---"></asp:CompareVali... 阅读全文
posted @ 2009-03-15 21:40 ajie 阅读(426) 评论(0) 推荐(0)
摘要: <asp:TemplateColumn HeaderText="问题状态"> <itemtemplate><%#[Enum].Parse(GetType(Saas.Pm.ProjectManage.ProjectSituation), Eval("pSituation"))%>--很重要</itemtemplate></asp:Template... 阅读全文
posted @ 2009-03-15 21:38 ajie 阅读(201) 评论(0) 推荐(0)
摘要: 停止3W服务:net stop w3vc启动3W服务:net stop w3vc 阅读全文
posted @ 2009-03-15 21:38 ajie 阅读(185) 评论(0) 推荐(0)
摘要: 前台:<asp:TemplateColumn HeaderText="紧急程度"> <itemtemplate> <%#GetStarts(Eval("EmergencyDegree"), "★")%> </itemtemplate></asp:TemplateColumn> 后台: ''' <summary> ''' 将... 阅读全文
posted @ 2009-03-15 21:30 ajie 阅读(132) 评论(0) 推荐(0)
摘要: <asp:TemplateColumn HeaderText="项目名称"> <itemtemplate> <%#IIf(Eval("VprojectName").ToString().Length <= 10, Eval("VprojectName"), Left(Eval("VprojectName").ToString(), 6) & "..."... 阅读全文
posted @ 2009-03-15 21:29 ajie 阅读(448) 评论(0) 推荐(0)
摘要: <span class="e_text_tip">(0~500字)&nbsp;</span><asp:RegularExpressionValidator ID="RegularExpressionValidator1" runat="server" ControlToValidate="TXTpcdescripton" Display="Dynamic" E... 阅读全文
posted @ 2009-03-15 21:27 ajie 阅读(201) 评论(0) 推荐(0)