摘要:
我把2个 TextBox的值赋了这样了 this.TextBox1.Text = sdr["TopicTitle"].ToString(); this.WebEditor1.Text = sdr["TopicConent"].ToString(); 然后想更新其中的值 可是不 用this.textbos.text不能获取值 还是原来的值 我该怎么办!!! 就是说是更新是更新了但是还是原来... 阅读全文
posted @ 2008-04-22 18:29
barney
阅读(174)
评论(0)
推荐(0)
摘要:
刷新重复提交!解决办法! Page_Load() { 初始化函数 先设置一个session if( Session("ok") = "True" } Btn_Click { If ( Session("ok") = True") { 这里执行相关操作 } Else { Response.Write("") } Session("ok") =... 阅读全文
posted @ 2008-04-22 10:56
barney
阅读(336)
评论(0)
推荐(0)

浙公网安备 33010602011771号