那可以在加载页面的时候增加到dropdownlist中去呀。

解决方案 »

  1.   

    把DropDownList的AutoPostBack设 为True
      

  2.   

    把DropDownList的AutoPostBack设 为True  的话,就是跳到页面,回到头上去了
      

  3.   

    将页面的smartnavigate=true,并且保证viewstate=true,将dropdownlist 的autopostback设为true,但结果会刷屏,不过速度很快,
    要实现完全不刷屏,还需要其他技术http://bobjeey.donews.net/bobjeey/posts/859.aspx没有实际介绍方法,还在研究中...
      

  4.   

    首先 把DropDownList的AutoPostBack设 为True然后在 onSelectIndexChange 事件里 写跳转到页面的代码 Response.Redirect("url");
     url的值为 DropDownList1.SelectIndex.text; 大概是这样的。试一下
      

  5.   

    在后台写代码把网站名称和网站地址对应,再用RESPONSE.REDIRECT转向