91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 6.33MB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發布日期: 2023-09-26
  • 語言: C#
  • 標簽: ASP.NET??2.0??

資源簡介

ASP.NET 2.0 項目開發,包括俱樂部系統,博客系統,中小企業門戶網,電子交易結算平臺等系統開發,很好的資源!

資源截圖

代碼片段和文件信息

using?System.Web;
using?System.Web.UI;
using?System.Web.UI.WebControls;
using?System.Text;


namespace?ClubSite
{
????public?static?class?commonscript
????{

????????public?static?void?WritePopupRoutines(System.Web.UI.Page?Page)
????????{
????????????StringBuilder?sb?=?new?StringBuilder();
????????????sb?=?new?StringBuilder();
????????????sb.AppendLine(“var?__popup_panel;“);

????????????sb.AppendLine(“function?__popup_clear()?{“);
????????????sb.AppendLine(“?if?(__popup_panel?!=?null?)?“);
????????????sb.AppendLine(“?{“);
????????????sb.AppendLine(“?document.getElementById(__popup_panel).style.display=‘none‘;“);
????????????sb.AppendLine(“?__popup_panel=null;“);
????????????sb.AppendLine(“?}“);
????????????sb.AppendLine(“}“);
????????????sb.AppendLine(“function?__popup_losefocus(panel)“);
????????????sb.AppendLine(“{“);
????????????sb.AppendLine(“?if?(!panel.contains(document.activeElement))“);
????????????sb.AppendLine(“?{“);
????????????sb.AppendLine(“?panel.style.display=‘none‘;“);
????????????sb.AppendLine(“?}“);
????????????sb.AppendLine(“}“);

????????????Page.Clientscript.RegisterClientscriptBlock(Page.GetType()?“PopupRoutines“?sb.ToString()?true);
????????}
????}

????public?class?DatePicker?:?WebControl?INamingContainer
????{
????????private?Calendar?_innerCal;
????????private?TextBox?_innerTbx;
????????private?string?errorText?=?null;
????????private?bool?_panelvisible?=?false;

????????public?DatePicker()?:?base(HtmlTextWriterTag.Div)
????????{
????????????
????????}

????????public?System.DateTime?SelectedDate
????????{
????????????get
????????????{
????????????????EnsureChildControls();
????????????????System.DateTime?d=System.DateTime.Now;
????????????????try
????????????????{
????????????????????d?=?System.DateTime.Parse(_innerTbx.Text);
????????????????????errorText?=?null;
????????????????????_innerCal.SelectedDate?=?d;
????????????????}
????????????????catch
????????????????{
????????????????????errorText?=?“Date?needs?to?be?specified?as?mm/dd/yyyy“;
????????????????}
????????????????return?d;
????????????}
????????????set
????????????{
????????????????EnsureChildControls();
????????????????_innerCal.SelectedDate?=?value;
????????????????_innerTbx.Text?=?value.ToShortDateString();
????????????}
????????}

????????protected?override?void?CreateChildControls()
????????{
????????????base.CreateChildControls();
????????????_innerTbx?=?new?TextBox();
????????????this.Controls.Add(_innerTbx);

????????????_innerCal?=?new?Calendar();
????????????_innerCal.Selectionchanged?+=?new?System.EventHandler(_innerCal_Selectionchanged);
????????????_innerCal.VisibleMonthChanged?+=?new?MonthChangedEventHandler(_innerCal_MonthChanged);
????????????Controls.Add(_innerCal);
????????}

????????protected?override?System.Web.UI.HtmlTextWriterTag?TagKey
????????{
????????????get
????????????{
????????????????return?HtmlTextWriterTag.Div;
????????????}
??????

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件???????1604??2005-05-06?14:56??ASP.NET?2.0?典型項目開發\第1章\club_rtm_v1_cs\AvatarImageFetch.ashx

?????文件???????1282??2005-09-23?14:09??ASP.NET?2.0?典型項目開發\第1章\club_rtm_v1_cs\Contact.aspx

?????文件????????926??2006-11-28?11:44??ASP.NET?2.0?典型項目開發\第1章\club_rtm_v1_cs\DateAndTimePicker.ascx

?????文件??????10540??2005-09-23?14:09??ASP.NET?2.0?典型項目開發\第1章\club_rtm_v1_cs\Default.aspx

?????文件???????2494??2006-12-01?17:25??ASP.NET?2.0?典型項目開發\第1章\club_rtm_v1_cs\Default.master

?????文件???????1353??2005-09-23?14:09??ASP.NET?2.0?典型項目開發\第1章\club_rtm_v1_cs\DurationPicker.ascx

?????文件???????2738??2006-01-10?17:37??ASP.NET?2.0?典型項目開發\第1章\club_rtm_v1_cs\EULA.txt

?????文件???????1856??2005-09-23?14:09??ASP.NET?2.0?典型項目開發\第1章\club_rtm_v1_cs\ErrorPage.htm

?????文件???????4306??2007-03-08?15:25??ASP.NET?2.0?典型項目開發\第1章\club_rtm_v1_cs\Events_Calendar.aspx

?????文件???????6381??2005-05-06?14:56??ASP.NET?2.0?典型項目開發\第1章\club_rtm_v1_cs\Events_Download.ashx

?????文件??????13932??2006-12-01?18:43??ASP.NET?2.0?典型項目開發\第1章\club_rtm_v1_cs\Events_Edit.aspx

?????文件??????10972??2005-09-23?14:09??ASP.NET?2.0?典型項目開發\第1章\club_rtm_v1_cs\Events_List.aspx

?????文件??????11095??2005-09-23?14:18??ASP.NET?2.0?典型項目開發\第1章\club_rtm_v1_cs\Events_View.aspx

?????文件????????216??2005-11-02?17:44??ASP.NET?2.0?典型項目開發\第1章\club_rtm_v1_cs\Global.asax

?????文件???????1963??2005-05-06?14:56??ASP.NET?2.0?典型項目開發\第1章\club_rtm_v1_cs\ImageFetch.ashx

?????文件???????1658??2005-09-23?14:09??ASP.NET?2.0?典型項目開發\第1章\club_rtm_v1_cs\ImageThumbnail.ascx

?????文件???????1238??2005-09-23?14:09??ASP.NET?2.0?典型項目開發\第1章\club_rtm_v1_cs\links.aspx

?????文件??????11983??2006-11-28?11:44??ASP.NET?2.0?典型項目開發\第1章\club_rtm_v1_cs\Locations_Edit.aspx

?????文件???????6292??2005-09-23?14:09??ASP.NET?2.0?典型項目開發\第1章\club_rtm_v1_cs\Locations_List.aspx

?????文件???????3451??2005-09-23?14:09??ASP.NET?2.0?典型項目開發\第1章\club_rtm_v1_cs\Locations_Picker.ascx

?????文件???????8709??2005-09-23?14:18??ASP.NET?2.0?典型項目開發\第1章\club_rtm_v1_cs\Locations_View.aspx

?????文件???????6204??2005-09-23?14:09??ASP.NET?2.0?典型項目開發\第1章\club_rtm_v1_cs\Login.aspx

?????文件???????1385??2005-09-23?14:09??ASP.NET?2.0?典型項目開發\第1章\club_rtm_v1_cs\LoginBanner.ascx

?????文件??????15036??2007-03-07?00:44??ASP.NET?2.0?典型項目開發\第1章\club_rtm_v1_cs\Member_Details.aspx

?????文件???????5868??2007-03-07?15:11??ASP.NET?2.0?典型項目開發\第1章\club_rtm_v1_cs\Member_List.aspx

?????文件??????13505??2007-03-07?17:11??ASP.NET?2.0?典型項目開發\第1章\club_rtm_v1_cs\Member_Register.aspx

?????文件??????10196??2006-01-11?15:06??ASP.NET?2.0?典型項目開發\第1章\club_rtm_v1_cs\MyTemplate.vstemplate

?????文件??????15145??2005-09-23?14:09??ASP.NET?2.0?典型項目開發\第1章\club_rtm_v1_cs\News_Edit.aspx

?????文件???????6364??2005-09-23?14:09??ASP.NET?2.0?典型項目開發\第1章\club_rtm_v1_cs\News_List.aspx

?????文件??????10583??2005-09-23?14:18??ASP.NET?2.0?典型項目開發\第1章\club_rtm_v1_cs\News_View.aspx

............此處省略2337個文件信息

評論

共有 條評論