本文介绍了如何使listview项拖放的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,我正在研究.net中的一个项目。需要使用动态控件创建动态表单。就像Visual Studio中的Toolbox一样,我想用asp.net中的拖放功能创建一个带有Label,Literal,Checkbox等基本控件的工具箱。可以从工具箱拖动控件,可以放在窗体的右侧,可以创建动态窗体。请各位建议我如何实现它。



提前致谢。



我是什么尝试过:



我可以通过onclick listview项目移动listview项目,但我必须拖放。

Hello everyone, i am working on a project in .net. There is need to create Dynamic form with Dynamic Controls. Like Toolbox in visual studio i want to create a toolbox with basic controls like Label, Literal, Checkbox etc with drag and drop functionality in asp.net. one can drag the control from the toolbox and can drop at the right side of the form and can create dynamic form. Please guys suggest me how to achieve it.

Thanks in advance.

What I have tried:

I am able to move listview items by onclick of listview items but i have to drag and drop.

推荐答案


这篇关于如何使listview项拖放的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-03 22:42
查看更多