Hi,
I want to make a program in which user can generate text boxes dynamically according to his requirement and after saving values of those text boxes in sql server database.
Later on we need to provide a search button which can search based on specific criteria .for example
Let say we have 3 text boxes for father name ,mother name and Number of child . in that for child name we can enter any number in that, and it should generate text boxes according to the number entered in number of child text box.
Step2nd -it should save all the details in database (Sql server) and there should be a search option based on father name criteria to fetch all the relevant details from database.
Let me know if any other clarification is required.
Thanks & Regards
Prashant