Hi all members,
I have three pages say page1.asp , page2.asp and page3.asp. On page1.asp there is combobox. The items in combobox are taken from database, now i want to add an entry to database and it must be refleted to combobox also. Using keyevent in page1.asp, i called page2.asp which submits the information to page3.asp where the entry is saved. From here( page3.asp) i want to come on page1.asp, refreshing it(Page1.asp) so that combo box will contain the new entry also
I have three pages say page1.asp , page2.asp and page3.asp. On page1.asp there is combobox. The items in combobox are taken from database, now i want to add an entry to database and it must be refleted to combobox also. Using keyevent in page1.asp, i called page2.asp which submits the information to page3.asp where the entry is saved. From here( page3.asp) i want to come on page1.asp, refreshing it(Page1.asp) so that combo box will contain the new entry also
Comment