Matt
Matt

Reputation: 4190

Advice on dynamically generating list

I'm new to coding in ASP, so your patience with me is appreciated.

I've built a user access request form which is working, however I now need to add a permissions section to it.

What this entails is 5 text boxes per row, but have it start with just one blank row, then if they fill in a row, another blank one appears below it.

Then when a button is clicked, the values are uploaded to my database.

This will also need to be populated if a user that already has access returns to the page.

Can this be done?

notes: I'm using the EntityFramework, in .NET 4, with C#

Upvotes: 0

Views: 68

Answers (1)

Brijesh Mishra
Brijesh Mishra

Reputation: 2748

maybe put a button to add new row

Upvotes: 1

Related Questions