unknown problem. please help.
-
i have a label and textbox. right now i have 75 labels and corresponding textboxes. i have done their connectivities with database. after deploying it suppose i want 100 textboxes. or rather i want to leave this on user that how much labels and textboxes he want. for that a window wil be there and user will enter the name for label and its value.. but how label and textbox will be generated...? and how will the database connectivity will be established. i dont know how this can be done. can anybody give me any idea , hw do i proceed...??? thanks.
-
i have a label and textbox. right now i have 75 labels and corresponding textboxes. i have done their connectivities with database. after deploying it suppose i want 100 textboxes. or rather i want to leave this on user that how much labels and textboxes he want. for that a window wil be there and user will enter the name for label and its value.. but how label and textbox will be generated...? and how will the database connectivity will be established. i dont know how this can be done. can anybody give me any idea , hw do i proceed...??? thanks.
To make the labels and textboxes you can use a for loop that dynamically creates them based on user input. For the db connectivity, what exactly are you looking for?
-
To make the labels and textboxes you can use a for loop that dynamically creates them based on user input. For the db connectivity, what exactly are you looking for?