Please, help!!!
-
Hi, In my Timesheet aspx page I create dynamically a table with textboxes in it. As it depends on the Date selected the table is created after the page is loaded. My question may be a little stupid, but how can I get the text from those textboxes? I tried responding to a button click but that event is executed after the page loads again( and here is the problem - the textboxes are recreated with empty text ptoperty). I tried with the Session.Add method but failed... Please, I am in a hurry for that project! Any help or idea would be very much appreciated! Thanks, Georgi
-
Hi, In my Timesheet aspx page I create dynamically a table with textboxes in it. As it depends on the Date selected the table is created after the page is loaded. My question may be a little stupid, but how can I get the text from those textboxes? I tried responding to a button click but that event is executed after the page loads again( and here is the problem - the textboxes are recreated with empty text ptoperty). I tried with the Session.Add method but failed... Please, I am in a hurry for that project! Any help or idea would be very much appreciated! Thanks, Georgi