AJ
❔ ASP.NET Dynamic input controls
So i got it to work... very jankily... i noticed on postback that the Request will always contain form input values even from the dynamically added controls so I grab all of those (for loop adding them to a list with Request.Form.Get()), and manually set the value of each input with
13 replies
❔ ASP.NET Dynamic input controls
Just to provide a little more context, this small project is for an internship and they REALLY haven't taught me much at all, so far all I've really done is create a few basic pages / forms with communication to a MSSQL db and some session storage stuff, only really working with the .aspx, .aspx.cs, and some .cs files
13 replies