mikebai.com

  • Home
  • dev
  • DotNET
  • M365
  • 搞笑
  • 杂七杂八
  • FocusDict
個人BLOG
it developer
  1. Main page
  2. DotNET
  3. Main content

.NET メモ

2011-12-16 100hotness 0likes 0comments

①二重ログイン


前ユーザのセッションをクリアすること


http://stackoverflow.com/questions/6840322/can-we-end-other-users-session


http://www.velocityreviews.com/forums/t108001-how-can-we-terminate-a-users-session.html


セッション アクセス
http://forums.asp.net/t/1611102.aspx/1/10


http://stackoverflow.com/questions/7204039/is-it-possible-that-user-session-states-might-overlap-resulting-in-one-user-rea


http://www.eggheadcafe.com/articles/20030418.asp


 


②


IE无解,参考下面的URL
http://www.velocityreviews.com/forums/t75622-disable-forecolor.html


        //disable
        protected void Button1_Click(object sender, EventArgs e)
        {
            this.DropDownList1.Enabled = false;
            this.DropDownList1.Style[HtmlTextWriterStyle.BackgroundColor] = "#00CCFF";
        }


        //enable
        protected void Button2_Click(object sender, EventArgs e)
        {
            this.DropDownList1.Enabled = true;
            this.DropDownList1.Style[HtmlTextWriterStyle.BackgroundColor] = null;
        }



 

Tag: Nothing
Last updated:2011-12-16

mikebai

This person is a lazy dog and has left nothing

Like
< Last article
Next article >

COPYRIGHT © 2025 mikebai.com. ALL RIGHTS RESERVED.

Theme Kratos Made By Seaton Jiang