asp.net дϵͳÈÕÖ¾
ÔÚ×¢²á±í System->CurrentControlSet->Services->Eventlog ´¦Ñ¡ÔñÌí¼ÓϵͳÖÐ AspNet Õâ¸öÕË»§×¢ÒâÊÇÔÚÓÒ¼üµÄ °²È«->ȨÏÞ->Ìí¼Ó
дÈÕÖ¾
public static void Log(string sourceName, string message)
{
EventLog eventLog = null;
if (!(EventLog.SourceExists(sourceName)))
{
EventLog.CreateEventSource(sourceName, sourceName + "Log");
}
if (eventLog == null)
{
eventLog = new EventLog(sourceName + "Log");
eventLog.Source = sourceName;
}
eventLog.WriteEntry(message, System.Diagnostics.EventLogEntryType.Information);
}
sourceName ΪÈÕÖ¾Ãû
Ïà¹ØÎĵµ£º
.NET¡¢ASP.NET¿Ø¼þ¼°Ô´Âë´ó»ã×Ü
×÷ÕߣºAllan_Green À´Ô´£º²©¿ÍÔ° ·¢²¼Ê±¼ä£º2009-02-12 10:33 ÔĶÁ£º224 ´Î ÔÎÄÁ´½Ó [ÊÕ²Ø]
.NET¡¢ASP.NET¿Ø¼þ¼°Ô´Âë´ó»ã×Ü
CuteEditor 6.0 ÔÚÏßHTML±à¼Æ÷µÄÁ캽Õß
ComponentArt.Charting.WebChart.dll
Comp ......
¿Í»§¶ËÓÃÒ»¸öhtmlÒ³Ãæµ÷ÓÃÒ»¸öashxÎļþ£¨Ò»°ãhttp´¦Àí³ÌÐò£©£¬·µ»Øjson¸ñʽµÄ×Ô¶¨Òå¶ÔÏó£º
html:--------------------------------------------------
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w ......
Cascading drop down lists is a really nice feature for web developers. I thought it was time to write an article on how to do this using ASP.NET and jQuery. Well here’s one way of doing it. Before we get started, this example uses the latest version of jQuery which is 1.3.2.&n ......
1.Init£¨³õʼ»¯½×¶Î£©
2.LoadViewState£¨ÔØÈëÊÓͼ״̬£©
3.LoadPostData£¨´¦Àí»Ø·¢Êý¾Ý£©
public virtual bool LoadPostData(string postDataKey, NameValueCollection postCollection)
ÅжÏÊÓÍ ......
ÖÚËùÖÜÖª£¬WEBÉϵĴòÓ¡ÊDZȽÏÀ§Äѵ쬳£¼ûµÄWEBÉÏ´òÓ¡µÄ·½·¨´ó¸ÅÓÐÈýÖÖ£º
¡¡¡¡1¡¢Ö±½ÓÀûÓÃIEµÄ´òÓ¡¹¦ÄÜ¡£Ò»°ãÀ´Ëµ£¬ÕâÖÖ·½·¨¿ÉÒÔ×öЩÀ©Õ¹£¬¶ø²»Êǵ¥µ¥µÄµ÷ÓÃjavascript:print()ÕâÑù¼òµ¥£¬±ÈÈ磬¿ÉÒÔʹÓÃÈçÏ´úÂ룺
£¼OBJECT
id=WebBrowser classid=CLSID:8856F961-340A-11D0-A96B-00C04FD705A2 height=0 width=0£¾
£¼/ ......