hi hope you all ok. this block is in a for each statement.
TextBox tb = new TextBox();
tb.Text = rowData[key];
cell.Controls.Add(tb);
I need these textboxes (which are created at runtime) to be required user entry fields. Bear in mind i know how to do this with asp.net, I am trying to do it in c#. thanks for your time!