I'm designing a new CRM system and part of it is order input. I know how I'd like the interface to work and look but I'm not sure of how the best way to implement it is.
I'd like a line of an order input to consist of several choices for each product. Dropdowns, inputs, perhaps a checbox, etc. Underneath I'd like a + to add a new line of these inputs. When regestering the product I just loop the lines and insert line by
line into the database.
What would the best control to use be? I'm thinking about having a ascx page to generate each line and add a new one when the user presses the plus sign. What do you guys think?
saverman
Member
156 Points
153 Posts
Help with choice of order input
Dec 19, 2011 06:27 AM|LINK
I'm designing a new CRM system and part of it is order input. I know how I'd like the interface to work and look but I'm not sure of how the best way to implement it is.
I'd like a line of an order input to consist of several choices for each product. Dropdowns, inputs, perhaps a checbox, etc. Underneath I'd like a + to add a new line of these inputs. When regestering the product I just loop the lines and insert line by line into the database.
What would the best control to use be? I'm thinking about having a ascx page to generate each line and add a new one when the user presses the plus sign. What do you guys think?
saverman
Member
156 Points
153 Posts
Re: Help with choice of order input
Dec 19, 2011 08:35 AM|LINK
Or is it possible to just get a gridview with the different input fields and not having to bind it to anything?
castlehills
Member
259 Points
171 Posts
Re: Help with choice of order input
Dec 19, 2011 04:49 PM|LINK
It is hard to visualize what you are describing. Use a mockup tool, create some visuals and share it. That would bring more feedback.