I have already session date added max 5 person only this one i designed in the aspx page this is like for example that is the code for the sapmle creating a 1st session date now my requirement is like they need a unlimited session date dates to be added how to do in the c sharp with asp.net?? can u help me

                           
                                Sessions dates (5 sessions max)
                               
                                   
                                       
                                           
                                           
                                           
                                           
                                           
                                           
                                       
                                       
                                           
                                           
                                           
                                           
                                           
                                           
                                       








Replies

Know the answer? Post it — somebody with the same question will find it here.

                                           
                                                Date
                                           
                                                Start
                                           
                                                End
                                           
                                                Location
                                           
                                           
                                                1.
                                           
                                               
                                           
                                               
                                                   
                                                   
                                                   
                                                   
                                                   
                                                   
                                                   
                                                   
                                                   
                                                   
                                                   
                                                   
                                                   
                                                   
                                                   
                                                   
                                                   
                                               
                                           
                                               
                                                   
                                                   
                                                   
                                                   
                                                   
                                                   
                                                   
                                                   
                                                   
                                                   
                                                   
                                                   
                                                   
                                                   
                                                   
                                                   
                                                   
                                               
                                               
                                           
                                               
                                               
                                                    ControlToValidate="txtFirstLocation" ValidationGroup="FirstSession">
                                           
                                               
                                                    AlternateText="Add Session" OnClick="imgBtnAddSession_Click" ValidationGroup="FirstSession"
                                                    ToolTip="Add Sessions" Visible="false" />
                                               
                                                    AlternateText="Delete Session" OnClick="imgBtnDeleteSession_Click" Visible="false"
                                                    ToolTip="Delete Sessions" OnClientClick="javascript:return confirm('Delete this sessions ?');" />