RE: Adding Controls to a Page 2005-02-18 - By Tim Curtin
I'd probably design it with a datagrid. That way when you post back you post back you can read all the check boxes and textboxes for each datagriditem in datagrid1.items
>From: "Boudreau, Duane" <BoudreauD@(protected)> >Reply-To: aspnet-controlbuilding@(protected) >To: aspnet-controlbuilding@(protected) >Subject: [aspnet-controlbuilding] RE: Adding Controls to a Page >Date: Fri, 18 Feb 2005 17:29:03 -0500 > >I sort of figured out my problem, but I have a related question. I am >adding checkboxes to my page and with each checkbox is an associated >textbox. > >Sort of like this: > >[] Item 1 [___] quantity >[] Item 2 [___] quantity >[] Item 3 [___] quantity > >I figured out how to add the checkbox list. Any ideas how to add the >textboxes in too and maintain the formatting above? > >Thanks, >Duane > > >Need SQL Advice? http://sqladvice.com >Need RegEx Advice? http://regexadvice.com >Need XML Advice? http://xmladvice.com
Need SQL Advice? http://sqladvice.com Need RegEx Advice? http://regexadvice.com Need XML Advice? http://xmladvice.com
|
|