This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
I'm creating Related TextBoxes inside a table Dynamically. The number of textboxes created is generated by a DROPDown Box when the user selects the number of Dates they want to enter. Once they enter them and hit submitt button I call validation routine, but I can't figure out how to get the value they entered? I have tried many things. I can find out the number of rows and cells no problem, but when I try to get value I get invalid data. I'm sure its simple, any ideas. Thanks
For 'try this 1 = ' <input id =sqDate01 value=2011-12-01>
For 'try this 2 = ' <input id =sqDate02 value=2011-12-02>
For 'try this 3 = ' <input id =sqDate01 value=2011-12-01> I'm close but how do I get value?