Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

This is what I want to do:

 

on top of the page

 

Have 1 text box, 2 dropdownboxes

 

On bottom of the page

 

Row(s) with Checkboxe(s) next to them... When any checkbox is clicked..a textbox, maybe placeholder with textbox on it (possible?) opens under that row with more info...

 

Any ideas/examples to do this? should I put all this on a datalist and bind it to datagrid? Should I just not use a datalist/datagrid and just drag and drop textboxes/checkboxes and do a SQL to populate the fields?

 

Thanks

Posted

This sounds like something similar to MS Access table view where you can expand a row to show linked rows in another table. Is that close to what you are looking for?

 

I would suggest that because the expanded area can be of varying size, check out the repeater control. Maybe that will work good as you can put many controls within it and bind to data.

 

HTH

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...