如何使用C#在ListView的ItemDeleting中找到DropDown控件? [英] How to find DropDown control in ItemDeleting of ListView using C# ?

查看:98
本文介绍了如何使用C#在ListView的ItemDeleting中找到DropDown控件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

protected void listDesgEmp_ItemDeleting(object sender, ListViewDeleteEventArgs e)
      {
          //Here I want to find dropdown control
      }

推荐答案

你可以使用(DropDownList)listview.FindControls( dropdownName)方法,它将为您提供下拉控件。
You can use the (DropDownList)listview.FindControls("dropdownName") method which will give you the dropdown control.


这篇关于如何使用C#在ListView的ItemDeleting中找到DropDown控件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆