Asp.net常用的51个代码(非常实用)

精贴 置顶
2683 0

1.弹出对话框.点击转向指定页面

  Code:

  Response.Write("<script>window.alert('该会员没有提交申请,请重新提交!')</script>");

  Response.Write("<script>window.location ='http://www.msproject.cn/index.asp'</script>");

  2.弹出对话框

  Code:

  Response.Write("<script language='javascript'>alert('产品添加成功 !')</script >");

  3.删除文件

  Code:

  string filename ="20059595157517.jpg";

  pub.util.DeleteFile(HttpContext.Current.Server.MapPath("../file/")+filename);

  4.绑定下拉列表框datalist

  Code:

  System.Data.DataView dv=conn.Exec_ex("select -1 as code,'请选择经营模式' as content from dealin union select code,content from dealin");

  this.dealincode.DataSource=dv;

  this.dealincode.DataTextField="content";

  this.dealincode.DataValueField="code";

  this.dealincode.DataBind();

  this.dealincode.Items.FindByValue(dv[0]["dealincode"].ToString()).Selected=true;

  5.光阴去秒显示

  Code:

  <%# System.DateTime.Parse(DataBinder.Eval(Container.DataItem,"begtime").ToString()).ToShortDateString()%>

  6.标题 带链接

  Code:

  <%# "<a class=\"12c\" target=\"_blank\" href=\"">"+ DataBinder.Eval(Container.DataItem,"proname")+"</a>"%>

  7.修正转向

  Code:

  <%# "<A href=\"editpushpro.aspx?id="+DataBinder.Eval(Container.DataItem,"code")+"\">"+"修正 "+"</A>"%>

  8.弹出断定按钮

  Code:

  <%# "<A id=\"btnDelete\" onclick=\"return confirm('你是否断定删除这条记载 吗?');\" href=\"pushproduct.aspx?dl="+DataBinder.Eval(Container.DataItem,"code")+"\">"+"删除"+"</A>"%>

  9.输出数据款式化 "{0:F2}" 是款式 F2表现小数点后剩两位

  Code:

  <%# DataBinder.Eval(Container, "DataItem.PriceMoney","{0:F2}") %>

  10.提取动态网页内容

  Code:

  Uri uri = new Uri("");

  WebRequest req = WebRequest.Create(uri);

  WebResponse resp = req.GetResponse();

  Stream str = resp.GetResponseStream();

  StreamReader sr = new StreamReader(str,System.Text.Encoding.Default);

  string t = sr.ReadToEnd();

  this.Response.Write(t.ToString());

  11.获取" . "后面的字符

  Code:

  i.ToString().Trim().Substring(i.ToString().Trim().LastIndexOf(".")+1).ToLower().Trim()

  12. 打开新的窗口并传送参数:

  传送参数:

  Code:

  response.write("<script>window.open(’*.aspx?id="+this.DropDownList1.SelectIndex+"&id1="+...+"’)</script>")

  接管参数:

  Code:

  string a = Request.QueryString("id");

  string b = Request.QueryString("id1");

  12.为按钮添加对话框

  Code:

  Button1.Attributes.Add("onclick","return confirm(’确认?’)");

  button.attributes.add("onclick","if(confirm(’are you sure...?’)){return true;}else{return false;}")

  13.删除表格选定记载

  Code:

  int intEmpID = (int)MyDataGrid.DataKeys[e.Item.ItemIndex];

  string deleteCmd = "Delete from Employee where emp_id = " + intEmpID.ToString()

  14.删除表格记载 警告

  Code:

  private void DataGrid_ItemCreated(Object sender,DataGridItemEventArgs e)

  {

  switch(e.Item.ItemType)

  {

  case ListItemType.Item :

  case ListItemType.AlternatingItem :

  case ListItemType.EditItem:

  TableCell myTableCell;

  myTableCell = e.Item.Cells[14];

  LinkButton myDeleteButton ;

  myDeleteButton = (LinkButton)myTableCell.Controls[0];

  myDeleteButton.Attributes.Add("onclick","return confirm(&

  • 没有任何评论
今日天气 ···

···

···

···

热门排行
CSS cursor鼠标样式一览表 2012-06-25
.NET后台写JS代码 2011-11-03
网站地址多出jdfwkey的问题解析及... 2010-08-25
数据库xxx的日志已满,请备份该数... 2013-07-19
百度、google、Yahoo网站地图制作... 2011-01-30
<a>标签的伪类书写顺序问题... 2010-09-04
什么是长尾关键词? 2010-09-24
CEO名言 2010-08-31
Mysql 主从数据库同步 2010-09-12
用ASP实现网页BBS 2010-11-01
博主推荐
本个人博客微信公众平台上线啦~~... 2013-10-13
饼哥网络互联上线啦~~要买域名空... 2013-09-20
网站title标题如何正确修改不会被... 2013-08-26
饼哥通讯录系统上线啦,欢迎大家... 2013-08-24
ASP .NET MYSQL 的简单分页 并不... 2013-08-19
网站有弹窗广告这样的站点,百度... 2013-08-17
做淘宝SEO优化需要注意的8大问题 2013-08-17
淘宝网怎么做SEO优化 2013-08-17
站长们要学习的“苍井空精神” 2013-08-17
苹果公司今日发布了iOS 7第五个开... 2013-08-07
随便看看
ToString Convert.ToString和(s... 2010-11-22
Java编程技巧:提取汉字拼音首字... 2013-06-26
MySQL INSERT INTO语句的正确用法... 2013-09-14
css优先级和!important与ie6的B... 2010-08-31
vs2005sp1补丁装不上解决办法 2010-09-02
四招使XP快上几倍 2010-10-15
同一IP的网站友情链接对SEO的影响... 2010-08-30
淘宝网怎么做SEO优化 2013-08-17
一句话入门SEO 2010-09-02
js输入框字数限制 2013-06-21
RSS新闻
传媒新闻
CSDN
八卦新闻
女性新闻
台湾新闻
互联网
军事-新浪博客
IT-新浪博客
汽车新闻
游戏新闻
国际新闻
国内新闻
体育新闻
我的微博
北京 上海 杭州 深圳 广州 成都