I need to create a entry module to enter some text, then I need to parse the text on the backend. My problem is on the presentation layer.
I want the user can enter/select from a row field and then hit a "MORE" button, then a new row will display for another entry. Beside, the entry module does not bind to any data source.
I've played around the Gridview, FormView, DetailView and DataList but I am not getting them work like what I want to. I know I am missing something, hope something one can show me the right path.
Thanks in advance.
I want the user can enter/select from a row field and then hit a "MORE" button, then a new row will display for another entry. Beside, the entry module does not bind to any data source.
I've played around the Gridview, FormView, DetailView and DataList but I am not getting them work like what I want to. I know I am missing something, hope something one can show me the right path.
Thanks in advance.