displaying multiple forms in asp.net
        Posted  
        
            by Indranil Mutsuddy
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Indranil Mutsuddy
        
        
        
        Published on 2010-05-19T18:44:52Z
        Indexed on 
            2010/05/19
            19:10 UTC
        
        
        Read the original article
        Hit count: 308
        
Hello friends,
I have a page where i enter the number of members i need to add now suppose i chose 3 so on next page i have get a display like member1 enter details(name, address, phone etc) just below that again member2 enter details(name, address, phone etc) and member3 enter details(name, address, phone etc)in short the no of forms displayed in a page depends on the no of member an user want to add and on submitting the data's of 3(no. provided by the user)member has to be inserted. As i am a rookie to asp.net its hard for me to imagine the logic and implementing them, what to do about tose textfied id's? how to generate the id's and how to separate the codes in .cs and .aspx etc
© Stack Overflow or respective owner