hello sir, i am using thick box for my site. and after closing the thickbox, i am refreshing the parent page, so that the user can see his latest changes. but the problem is, i am also having some controls on the parent page,
for example: i am having two text box's and one dropdownlist. the user enters the values into textbox's and select one option from dropdown list. here i am giving a chance to add a new value to the dropdown list by opening a thick box when clicked on the link. after completing it , he will click save and the thick box will colse. so i am refreshing the parent page to reflect the newly added values in the dropdown list, but the values entered into the textbox's are cleared. so i don't want it to be happened. the values entered in the textbox's should remain after closing the thick box also.