¹ØÓÚasp.net¶¯Ì¬Îļþת¾²Ì¬µÄhtmlÎļþ£¡
Èç¹ûҪת»¯µÄÒ³ÃæÖ»ÓÐÒ»Á½¸ö£¬ÇÒÁ½ÕßÖ®¼äµÄûʲô¹ØÁª£¬¾Í¿ÉÒÔÓÃÌæ»»·½·¨ÊµÏÖ£¬ÏÈÓÃhtml±àдºÃÒ»ÕÅÍøÒ³£¬ÔÚÐèÒªÓõ½Êý¾Ý¿âµÄµØ·½ÓÃÌØÊâµÄ±êÇ©±ê¼Ç×Å£¬ÀýÈç&idµÈ¡£ÔÚÓÃ.net±àдһÕÅaspxÍøÒ³ÓÃÓÚ°ÑÕâЩ±êÇ©Ìæ»»³ÉÏëÒªµÄÊý¾Ý¿âÄÚÈÝ£¬ÕâÑù¾ÍÐÐÁË¡£²»¹ý±È½ÏÂé·³µÄÊÇÿ´Î¸üÐÂÊý¾Ý¿â¶¼Òª×ª»¯Ò»´Î¡£
»¹ÓоÍÊÇÈç¹ûÊÇÍøÒ³Ö®¼äÓÐºÜ¶à¹ØÁªµÄ¶¯Ì¬ÍøÒ³ÓÃÔõÑùµÄ·½·¨×ª¾²Ì¬ÄØ£¬ÇëÖªµÀµÄ¶ÁÕß½â´ðһϣ¬ÎÒÏÈллÁË£¡
Ïà¹ØÎĵµ£º
1.¶¨ÒåÓïÑÔ
¡¡¡¡¸ñʽ£º
¡¡¡¡¡´meta http£equiv=″Content£Type″ content=″text/html; charset=gb2312″¡µ
¡¡¡¡ÕâÊÇMETA×î³£¼ûµÄÓ÷¨,ÔÚÖÆ× ......
In the last post I showed how to use the ASP.NET 3.5 Routing Engine
for URLRewriting purposes. I want to go further in this post by adding
the ability to add variables into a route path and forward and append
query string variables to the destination Web Form request.
A route can contain one or ......
ÏÈ¿´¿´ASP.NETÒ³ÃæË¢ÐµÄʵÏÖ·½·¨£º
µÚÒ»£º
C# code
private void Button1_Click( object sender, System.EventArgs e )
{
Response.Redirect( Request.Url.ToString( ) );
}
µÚ¶þ£º
C# code
private void Button2_Click( object sender, System.EventArgs e )
{
Response.Write( " < script langua ......