Ò׽ؽØÍ¼Èí¼þ¡¢µ¥Îļþ¡¢Ãâ°²×°¡¢´¿ÂÌÉ«¡¢½ö160KB

ASP.NETÌí¼Ó¡¢Ð޸ġ¢É¾³ýweb.configÅäÖÃÐÅÏ¢


  ASP.NETÌí¼Ó¡¢Ð޸ġ¢É¾³ýweb.configÅäÖÃÐÅÏ¢
  1 using System;
    2 using System.Data;
    3 using System.Configuration;
    4 using System.Collections;
    5 using System.Web;
    6 using System.Web.Security;
    7 using System.Web.UI;
    8 using System.Web.UI.WebControls;
    9 using System.Web.UI.WebControls.WebParts;
   10 using System.Web.UI.HtmlControls;
   11 using System.Xml;
   12 using study.pctoday.net.cn 
   13 public partial class Default2 : System.Web.UI.Page
   14 {
   15     protected void Page_Load(object sender, EventArgs e)
   16     {
   17         Configuration config = System.Web.Configuration.WebConfigurationManager.OpenWebConfiguration(Request.ApplicationPath);
   18 
 
 
   19         //²Ù×÷appSettings
   20         AppSettingsSection appseting = (AppSettingsSection)config.GetSection("appSettings");
   21         appseting.Settings["web"].Value = "Ö£ÉÙȺ";            //ÐÞ¸ÄÉèÖÃ
   22         appseting.Settings.Add("name", "Ö£ÉÙȺ");               //Ôö¼ÓÉèÖÃ
   23 
 
 
 
   24         //²Ù×÷connectionStrings
   25     &nbs


Ïà¹ØÎĵµ£º

Ò»¸öÒ»Ö±¶¼ÈÃÈ˺öÂÔµÄASP.NET°²È«ÎÊÌâ.


×Ô´ÓIE6 SP1Æð , Õâ¸öä¯ÀÀÆ÷¾ÍÖ§³ÖcookieµÄhttpOnlyÊôÐÔ.
Õâ¸öÊôÐÔ, ¸æËßä¯ÀÀÆ÷, ʹÓà window.document.cookie ²»ÔÊÐí·ÃÎʸÃcookie .
¶øÔÚASP.NET2.0ÖÐ , Õâ¸öÊôÐÔÒ²µÃµ½ÁËÖ§³Ö, ²¢ÇÒÔÚFormAuthenticationÖÐÖ¸¶¨¸ÃÊôÐÔ.
µ«ÊÇ,FireFoxµÈä¯ÀÀÆ÷, ²¢²»Ö§³Ö¸ÃÊôÐÔ. ÄÇôÕâ¸ö´øÀ´Ê²Ã´ºó¹û?
ÀýÈç , ¼ÙÈçÄãÓÃFireFoxµÇ¼²©¿Í ......

ASP.NET »º´æ£º·½·¨ºÍ×î¼Ñʵ¼ù

ASP.NET »º´æ£º·½·¨ºÍ×î¼Ñʵ¼ù
2009-11-28 16:49
ÕªÒª£ºASP.NET ÌṩÈýÖÖÖ÷ÒªÐÎʽµÄ»º´æ£ºÒ³Ãæ¼¶Êä³ö»º´æ¡¢Óû§¿Ø¼þ¼¶Êä³ö»º´æ£¨»ò³ÆÎªÆ¬¶Î»º´æ£©ºÍ»º´æ API¡£Êä³ö»º´æºÍƬ¶Î»º´æµÄÓŵãÊǷdz£Ò×ÓÚʵÏÖ£¬ÔÚ´ó¶àÊýÇé¿öÏ£¬Ê¹ÓÃÕâÁ½ÖÖ»º´æ¾Í×ã¹»ÁË¡£¶ø»º´æ API ÔòÌṩÁ˶îÍâµÄÁé»îÐÔ£¨Êµ¼ÊÉÏÊÇÏ൱´óµÄÁé»îÐÔ£©£¬¿ÉÓÃÓÚÔÚÓ¦Ó ......

FCKeditor ÔÚASP.Net ÖеÄʹÓÃ˵Ã÷


FCKeditor ÔÚASP.Net ÖеÄʹÓÃ˵Ã÷
[ 2008-7-23 23:41:00 | By: »ª×Ó ]
 
2
ÍÆ¼ö
 
FCKeditor ÊÇÒ»¸öÔËÐÐÔÚä¯ÀÀÆ÷É쵀 Java Ó¦ÓóÌÐò¡£Ëû¿ÉÒÔ²»ÒÀÀµÈκηþÎñÆ÷¶ËÓïÑÔÔËÐС£²»¹ý£¬¸üºÃµÄʹÓ÷½·¨ÊÇÄãʹÓÃÒ»ÖÖ·þÎñÆ÷¶ËÓïÑÔÀ´µ÷ÓÃËû¡£
ÔÚASP.Net ÖУ¬ÓÐÒ»¸öÏֳɵŤ¾ß°ü¿ÉÒÔÈÃÄã°Ñ FCKeditor ×÷Î ......

ASP.NET MVC Uploading and Downloading Files


If you come to ASP.NET MVC from a purely ASP.NET Web Forms background, one of the first things you are likely to notice is that all those nice easy Server Controls have disappeared. One of those is the FileUpload, and its absence seems to cause a few problems. This article looks at how to upload f ......

asp.net mvcÖÐckeditor+ckfinderµÄÅäÖ÷½·¨

¿ªÔ´ÍøÒ³±à¼­Èí¼þFCKEditorÔÚ09Äê·¢²¼¸üе½3.0£¬²¢¸ÄÃûΪCKEditor¡£¸Ä½øºóµÄckeditor¸ü¼ÓÄ£¿é»°£¬ÅäÖøü¼ÓÁé»î£¬ºÍÒÔǰµÄfckeditorʹÓ÷½Ê½ÉÏÒ²ÓÐËù²»Í¬¡£ÔÚÎÒµÄmvcÏîÄ¿ÖÐÓÉÓÚÒªÓõ½ ckeditor£¬ÌØÒâÑо¿ÁËÏÂËüµÄʹÓ÷½·¨£¬Ð´ÏÂÀ´ºÍ´ó¼Ò·ÖÏí¡£
ÎÒÓõÄÊÇ×îа汾µÄ£ºckeditor_3.0.1  ÏÂÔØµØÖ·£ºhttp://ckeditor.com/
......
© 2009 ej38.com All Rights Reserved. ¹ØÓÚE½¡ÍøÁªÏµÎÒÃÇ | Õ¾µãµØÍ¼ | ¸ÓICP±¸09004571ºÅ