How to add multiple components (texboxes,compoboxbutton etc...) to a listview
-
I need to create a billing software.At the sales page i need to create a listview and with in the listview i need to create multiple componets for typing sales details...I have gone through the web but i didnt get so help me...........
-
I need to create a billing software.At the sales page i need to create a listview and with in the listview i need to create multiple componets for typing sales details...I have gone through the web but i didnt get so help me...........
Winforms or webform - you do not say. Listview does not accept components you need to use a datagridview (assuming winform)
Never underestimate the power of human stupidity RAH
-
I need to create a billing software.At the sales page i need to create a listview and with in the listview i need to create multiple componets for typing sales details...I have gone through the web but i didnt get so help me...........
If you working with windows forms you can check the XPTable article here in codeproject. It can fit you requirements. If not you can create your own Listview, since default one is not editable.