我的番茄炒蛋
生活如此精彩,挑战无处不在!

导航

 

2006年4月7日

摘要: using System; using System.Text.RegularExpressions; namespace ubb.Components { /// /// UBB 的摘要说明。 /// public class UBB { private static string dvHTMLEncode(string fString) { if(fString... 阅读全文
posted @ 2006-04-07 08:29 bluesky 阅读(416) 评论(0) 推荐(0) 编辑
 
摘要: 1、绑定在DataList中的DropDownList private void dlistOrder_EditCommand(object source, System.Web.UI.WebControls.DataListCommandEventArgs e){ //绑定订单状态 for(int i=0;i2) 文本+绑定表达式' ForeColor="Red">3) 同时带有显示格式的绑定表... 阅读全文
posted @ 2006-04-07 08:28 bluesky 阅读(291) 评论(0) 推荐(0) 编辑
 
摘要: 1.为按钮添加确认对话框 Button1.Attributes.Add("onclick","return confirm(’确认?’)");button.attributes.add("onclick","if(confirm(’are you sure...?’)){return true;}else{return false;}") 2.删除表格选定记录 //获得DataGrid主键int ... 阅读全文
posted @ 2006-04-07 08:27 bluesky 阅读(349) 评论(0) 推荐(0) 编辑