½â¾ödatalistÖе¥Ñ¡°´Å¥¿ÉÒÔ¶àÑ¡µÄÎÊÌ⣨Asp.Net£©
ÎÊÌâÃèÊö£º
Asp.NetÖÐdatalistµÈweb¿Ø¼þÀïÃæ£¬·Å¶à¸öµ¥Ñ¡°´Å¥µÄʱºò¿ÉÒÔͬʱ¶àÑ¡£¬¿ÉÒÔ²ÉÈ¡ÒÔÏ·ŷ¨¡£
ÎÊÌâ½â¾ö£º
×îÀíÏëµÄ½â¾öÖ®µÀ£¬ÓÃjavascript£º
<script language="javascript" type="text/javascript">
function clickit() {
var dom=document.all;
var el=event.srcElement;
if(el.tagName=="INPUT"&&el.type.toLowerCase()=="radio")
{
for(i=0;i<dom.length;i++)
{
if(dom[i].tagName=="INPUT"&&dom[i].type.toLowerCase()=="radio")
{
dom[i].checked=false;
}
}
}
el.checked=true;
}
</script>
µ¥Ñ¡°´Å¥µÄ´úÂëÈ磺
<asp:RadioButton ID="RadioButton1" runat="server" onclick="clickit();"
Text='<%# DataBinder.Eval(Container.DataItem, "CARD_NBR")%>' />
Ïà¹ØÎĵµ£º
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ÏîÄ¿Öд´½¨Ò»¸ö
ControllerµÄʱºò£¬
Index()·½·¨Ä¬Èϵķµ»ØÀàÐͶ¼ÊÇ
ActionResult£¬Í¨¹ý²é¿´
UMLͼ£¬
ActionResultʵ¼ÊÉÏÊÇÒ»¸ö³éÏóÀ࣬Òò´Ëʵ¼Ê·µ»ØµÄÀàÐÍÊǸóéÏóÀàµÄ×ÓÀà¡£
Ø
ActionResult
¼°Æä×ÓÀàµÄ
UML
ͼ
ÓйØ
ActionResult¼°Æä×ÓÀàµÄ
UMLͼÈçÏÂËùʾ£º
&n ......
Ó¦¸ÃÊÇ£ºÔÚÏîʱÏ£¬µã»÷swf×ÊÁÏÓʼþ-£¬ÊôÐÔÀïÍ·ÓУºBuildActionÑ¡ÏȡÉáǶÈë
http://www.lan27.com/Article/200706/1771.htm
ÒªÔÚÄãµÄÒýÊö³ÌÐòÖÐǶÈë×ÊÁÏ£¬Ö»ÐèÒª°´Ï²¿µÄ·½·¨²Ù×÷¼´¿É£º
Ò»£¬ÔÚ×ÊÔ´¹ÜÀíÆ÷ÀïÑ¡ººÓïÑÔ¼þ
¶þ£¬°´×¡Êó±ê×ó¼ü£¬Íϵ½¹¤³Ì×ÊÁÏÉÏ£¬ËÉ¿ªÊó±ê×ó¼ü¡£
Èý£¬ÔÚÍϷŵÄ×ÊÁÏÉϵãÊó±êÓÒ¼ü£¬Ñ¡“Ê ......
CuteEditorÊÇÒ»¿î¹¦Äܷdz£Ç¿´óµÄAsp.net HTML±à¼Æ÷
Ò»¡¢CuteEditorµÄÅäÖÃ
1¡¢½«ÒÔÏÂÎļþ¿¼±´µ½ÄãÕ¾µã¸ùĿ¼ÏµÄbinÄÚ(ÕâЩÔÚCuteEditor6.0/bin϶¼¿ÉÒÔÕÒµ½£©
CuteEditor.dll£¬
CuteEditor.ImageEditor.dll£¨6. ......
1. ´ò¿ªÐµĴ°¿Ú²¢´«ËͲÎÊý£º
´«ËͲÎÊý£º
response.write("£¼script£¾window.open('*.aspx?id="+this.DropDownList1.SelectIndex+"&id1="+...+"')£¼/script£¾")
½ÓÊÕ²ÎÊý£º
string a = Request.QueryString("id");
string b = Request.QueryString("id1");
2.Ϊ°´Å¥Ìí¼Ó¶Ô»°¿ò
Button1.Attributes.Add("o ......