Get Dynamic Textbox Values

moc2469

Active member
Joined
Jun 21, 2007
Messages
27
Programming Experience
1-3
Hi All,

Now that I have most of my Scheduler working(dynamic number of tables, textboxs', and ddl's), depending on the number of employees the user chooses; I need now to save the entered info.

In each table the first control is a ddl, and I need the SelectedValue; the remaining 14 controls are textbox's with the time's for In and Out.

I created the table in the InIt() section and made sure the controls all had different names. The controls are html because .net controls take forever to load when there are that many; e.g. (<table></table>, <select 'for ddl'></select>, and <input 'for textbox'>). I did add the runat='server' to every one.

My ISSUE is how do I retrieve those values now :eek: :confused:
When I 'view the source' from the browser I can see everything but there are no values of course.

ANY IDEAS???
 
Back
Top