runtime change into database
-
i have four radiobutton and a button.first i m selecting item through radiobutton and adding items into textbox on button click_event.now i want that item which are shown in textbox can be edited and reflect back into database. here main problem is i hav four txtbox which is populated by different database table and table is selected on radio_click event.but i m unable to made the changes into database when user deleted textbox data.
-
i have four radiobutton and a button.first i m selecting item through radiobutton and adding items into textbox on button click_event.now i want that item which are shown in textbox can be edited and reflect back into database. here main problem is i hav four txtbox which is populated by different database table and table is selected on radio_click event.but i m unable to made the changes into database when user deleted textbox data.
Member 8233601 wrote:
but i m unable to made the changes into database when user deleted textbox data.
I really don't think that anyone here will be able to guess what you are doing wrong in this instance. Please show the code that is failing and explain what results you do expect.
Unrequited desire is character building. OriginalGriff I'm sitting here giving you a standing ovation - Len Goodman
-
i have four radiobutton and a button.first i m selecting item through radiobutton and adding items into textbox on button click_event.now i want that item which are shown in textbox can be edited and reflect back into database. here main problem is i hav four txtbox which is populated by different database table and table is selected on radio_click event.but i m unable to made the changes into database when user deleted textbox data.
-
i m all done with is problem.Thanks all 4 der precious suggestion.