I have an asp.net web application. the listbox has a data source of one field. it has 10 items. i want the user to be able to add a comment for every (or for specific) items. so i would like a listbox or combobox with 2 fields. one field will be the list of items and the other field will be blank and will allow user input.
does such a control already exist? the solution can be c#, asp.net, jquery.
i understand that this can be done with gridview, but can you please tell me how i can make one field read only and the other field editable?
As per @Joshua Smith ‘s suggestion…
ASP.NET
C#
Updated…
GridView Control with DropdownList and textBox
Please check the following link, it might be useful for you:
http://www.codeproject.com/KB/dotnet/AccessingControlsInsideGr.aspx