开发者

Which event fires when selecting an Item in ASP.NET DetailView?

开发者 https://www.devze.com 2023-03-29 16:03 出处:网络
I have put a select but开发者_运维百科ton in my DetailView and I want to catch its event, but I can\'t seem to find it.ItemCommand will be fired

I have put a select but开发者_运维百科ton in my DetailView and I want to catch its event, but I can't seem to find it.


ItemCommand will be fired

protected void DetailsView1_ItemCommand(object sender, DetailsViewCommandEventArgs e)
{

}
0

精彩评论

暂无评论...
验证码 换一张
取 消