http://www.sufeinet.com/plugin.php?id=keke_group

苏飞论坛

 找回密码
 马上注册

QQ登录

只需一步,快速开始

分布式系统框架(V2.0) 轻松承载百亿数据,千万流量!讨论专区 - 源码下载 - 官方教程

HttpHelper爬虫框架(V2.7-含.netcore) HttpHelper官方出品,爬虫框架讨论区 - 源码下载 - 在线测试和代码生成

HttpHelper爬虫类(V2.0) 开源的爬虫类,支持多种模式和属性 源码 - 代码生成器 - 讨论区 - 教程- 例子

查看: 4785|回复: 8

[其他] 浏览器控件选择下拉框问题

[复制链接]
发表于 2014-2-19 18:55:59 | 显示全部楼层 |阅读模式
飞哥:用控件设置了下拉框值之后 , 发觉 假如有联动的下拉框 就没办设置下一个下拉框的值。  

如果是手工操作 需要 点击一级下拉框某一个选项 才会 出来第二个下拉框的  。


1. 开通SVIP会员,免费下载本站所有源码,不限次数据,不限时间
2. 加官方QQ群,加官方微信群获取更多资源和帮助
3. 找站长苏飞做网站、商城、CRM、小程序、App、爬虫相关、项目外包等点这里
发表于 2014-2-19 19:30:56 | 显示全部楼层
怎么写的代码
 楼主| 发表于 2014-2-20 10:12:49 | 显示全部楼层

我这样写  找到下啦框的值 然好用:

setAttribute("value","guangdong");
发表于 2014-2-20 10:14:37 | 显示全部楼层
luocaihuang 发表于 2014-2-20 10:12
我这样写  找到下啦框的值 然好用:

setAttribute("value","guangdong");

这样写应该是不会处罚的,要设置其实一个项目的Selected属性
发表于 2014-2-20 15:48:32 | 显示全部楼层
[C#] 纯文本查看 复制代码
        /// <summary>
        /// 二级联动程序
        /// </summary>
        /// <param name="sender"></param>
        /// <param name="e"></param>
        protected void DropDownList2_SelectedIndexChanged(object sender, EventArgs e)
        {
            this.DropDownList5.Items.Clear();
            DataBindTimeChange();
            DataBindChannelChange();
        }

        /// <summary>
        /// 时间联动
        /// </summary>
        protected void DataBindTimeChange()
        {
             ArrayList TimeList = new ArrayList();
             ArrayList TimeList1 = new ArrayList();
             TimeList.Add("00:00-01:00");
             TimeList.Add("01:00-02:00");
             TimeList.Add("02:00-03:00");
             TimeList.Add("03:00-04:00");
             TimeList.Add("04:00-05:00");
             TimeList.Add("05:00-06:00");
             TimeList.Add("06:00-07:00");
             TimeList.Add("07:00-08:00");
             TimeList.Add("08:00-09:00");
             TimeList.Add("09:00-10:00");
             TimeList.Add("10:00-11:00");
             TimeList.Add("11:00-12:00");
             TimeList.Add("12:00-13:00");
             TimeList.Add("13:00-14:00");
             TimeList.Add("14:00-15:00");
             TimeList.Add("15:00-16:00");
             TimeList.Add("16:00-17:00");
             TimeList.Add("17:00-18:00");
             TimeList.Add("18:00-19:00");
             TimeList.Add("19:00-20:00");
             TimeList.Add("20:00-21:00");
             TimeList.Add("21:00-22:00");
             TimeList.Add("22:00-23:00");
             TimeList.Add("23:00-00:00");
             TimeList1.Add("一天24小时");
             switch (DropDownList2.SelectedItem.Text.ToString())
             {
                case "市场占有率":
                    DropDownList5.DataSource =TimeList;
                    DropDownList5.DataBind();
                    break;
                default: 
                    DropDownList5.DataSource = TimeList1;
                    DropDownList5.DataBind(); 
                    break;
            }
        }

给你参考一下
 楼主| 发表于 2014-2-20 21:38:59 | 显示全部楼层
站长苏飞 发表于 2014-2-20 10:14
这样写应该是不会处罚的,要设置其实一个项目的Selected属性

飞哥可以写几句代码看看吗   
 楼主| 发表于 2014-2-21 11:30:00 | 显示全部楼层
站长苏飞 发表于 2014-2-20 10:14
这样写应该是不会处罚的,要设置其实一个项目的Selected属性

飞哥 还是没有解决呢  郁闷  
发表于 2014-2-21 12:03:33 | 显示全部楼层
setAttribute("Selected","Selected");
 楼主| 发表于 2014-2-25 16:40:00 | 显示全部楼层
站长苏飞 发表于 2014-2-21 12:03
setAttribute("Selected","Selected");

苏飞 好像不生效的   怎么办??    第一个是属性吗  第二个是值吗
您需要登录后才可以回帖 登录 | 马上注册

本版积分规则

QQ|手机版|小黑屋|手机版|联系我们|关于我们|广告合作|苏飞论坛 ( 豫ICP备18043678号-2)

GMT+8, 2024-11-24 02:07

© 2014-2021

快速回复 返回顶部 返回列表