图片长宽不变降低图片视频长宽就是分辨率吗

非常郁闷+奇怪的有关问题,求教(2) - ASP.NET当前位置:& &&&非常郁闷+奇怪的有关问题,求教非常郁闷+奇怪的有关问题,求教(2)&&网友分享于:&&浏览:8次
if (this.lstManager.SelectedIndex == -1)
int index = this.lstManager.SelectedI
this.lstEmp.Items.Add(
new ListItem(
this.lstManager.SelectedItem.Text,
this.lstManager.SelectedItem.Value)
this.lstManager.Items.RemoveAt(index);
if (index != 0 && index
& this.lstManager.Items.Count)
this.lstManager.SelectedIndex =
else if (index != 0 && index == this.lstManager.Items.Count)
this.lstManager.SelectedIndex = index - 1;
else if (index == 0 && this.lstManager.Items.Count &
this.lstManager.SelectedIndex = 0;
this.lstEmp.SelectedIndex = this.lstEmp.Items.Count - 1;
#endregion
#region 全部左移
protected void btnLefts_ServerClick(object sender, EventArgs e)
if (this.lstEmp.Items.Count == 0)
for (int i = this.lstEmp.Items.Count - 1; i & = 0; i--)
this.lstManager.Items.Add(
new ListItem(
this.lstEmp.Items[i].Text,
this.lstEmp.Items[i].Value)
this.lstManager.SelectedIndex = this.lstManager.Items.Count - 1;
this.lstEmp.Items.Clear();
#endregion
#region 全部右移
protected void btnRights_ServerClick(object sender, EventArgs e)
if (this.lstManager.Items.Count == 0)
for (int i = this.lstManager.Items.Count - 1; i & = 0; i--)
this.lstEmp.Items.Add(
new ListItem(
this.lstManager.Items[i].Text,
this.lstManager.Items[i].Value)
this.lstEmp.SelectedIndex = this.lstEmp.Items.Count - 1;
this.lstManager.Items.Clear();
#endregion
------解决方案--------------------将选中的与未选中的单独存到的缓存(如ArrayList里面),然后分别重新绑定,代码逻辑需要清晰 共&2&页:
12345678910
12345678910
12345678910 上一篇:下一篇:文章评论相关解决方案 12345678910 Copyright & &&版权所有推荐到广播
401788 人聚集在这个小组
(玛丽莲萌兔)
(弥陀的第七脆骨)
(我是一条柴)
第三方登录:

我要回帖

更多关于 cad长度不变 宽度缩小 的文章

 

随机推荐