B
Brian Henry
I have a dynamically generated page, which shows a repeater control on it
with data. then a link to add a new item, i want the link to open up a
small window which lets you input data (a javascript window.open command to
open inputdata.aspx) then when the user clicks on the add button the data is
added to the sql server, the window closes and the main page it was called
from updates... i have the open the small window part down, its just getting
it to close the little window and have the main page update im haveing
problems with. any ideas? thanks!
with data. then a link to add a new item, i want the link to open up a
small window which lets you input data (a javascript window.open command to
open inputdata.aspx) then when the user clicks on the add button the data is
added to the sql server, the window closes and the main page it was called
from updates... i have the open the small window part down, its just getting
it to close the little window and have the main page update im haveing
problems with. any ideas? thanks!