c# - How can i modify a dropdownlist to have buttons on each item row? and a textbox after the last row? -


i wish modify ddl have button on far right of each item row user can remove item clicking on it.

i wish add textbox row after last item row user can type in press add button on far right of said row add item list.

i have update without having close , reopen it.


i realize may hard looking pointer , tips start. have done nothing similar.

might there existing custom control such specifications?

you can use jquery or ajax. if want use ajax can use dropdownextender--> http://www.asp.net/ajaxlibrary/ajaxcontroltoolkitsamplesite/dropdown/dropdown.aspx

you can configure display gridview or panel desired template , events.


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -