nandoliveira
Member
- Joined
- Jun 17, 2008
- Messages
- 7
- Programming Experience
- Beginner
Hi, I'm opening one pop up wen i press one button, inside that pop up i ask info to the user and after insert in one database... until this point no problem...
After this operation i need to refresh/bind one Dropdownlist in the parent window... i already try with JavaScript but the only way that i found is refresh the all window and that open the pop up again too and ask if i want to resend data [typical IE message...]...
So what I'm trying to do is refresh/binding the dropdownlist, if possible putting the insert that i made as the select one... and close the pop up....
Can everyone help, i already search and search but i don't found nothing that works
Thanks in advance
After this operation i need to refresh/bind one Dropdownlist in the parent window... i already try with JavaScript but the only way that i found is refresh the all window and that open the pop up again too and ask if i want to resend data [typical IE message...]...
So what I'm trying to do is refresh/binding the dropdownlist, if possible putting the insert that i made as the select one... and close the pop up....
Can everyone help, i already search and search but i don't found nothing that works
Thanks in advance
Last edited by a moderator: