c# - Advice on dynamically generating list -


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

I have created a user access request form that is working, but now I need to add a permission section for this.

What is this that is 5 text boxes per line, but it only starts with a blank line, so if they fill a line, another blank one appears below.

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

It should also be a populated population if a user already accesses the page.

Can this be done?

Note: I am using EntityFramework, in .NET 4, C #



Comments