I need a user to be able to drag an entry from a datalist control and drop it into a frame that is next to the datalist.

When the item is dropped, vb needs to automatically create a couple new textboxes in the place that the item from the datalist was dropped. Those textboxes need to be named sequentially ( If the user drag-drops fifteen times, then the textboxes will be named text1,text2,text3,...) And they need to be databound to an adodc control. The data that get sent back to the DB will be generated based on the item dropped from the datalist.

Please help!