摘要:
比如dropdownlist,RadioButtonList都有个这个方法listID.Items.FindByText(string s)和listID.Items.FindByValue(string s),这个在开发中经常会用到,记录一下 阅读全文
posted @ 2009-11-03 16:10
搏击的小船
阅读(449)
评论(0)
推荐(0)
摘要:
比如dropdownlist,RadioButtonList都有个这个方法listID.Items.FindByText(string s)和listID.Items.FindByValue(string s),这个在开发中经常会用到,记录一下 阅读全文
posted @ 2009-11-03 16:10
搏击的小船
阅读(449)
评论(0)
推荐(0)
摘要:
使用Guid.NewGuid().GetHashCode()作为种子,可以确保Random在极短时间产生的随机数尽可能做到不重复Random rand = new Random(Guid.NewGuid().GetHashCode());intr = rand.Next(1000,10000); 阅读全文
posted @ 2009-11-03 11:43
搏击的小船
阅读(306)
评论(0)
推荐(0)
|