affovodilieni
New Member
I have a <asp:linkbutton> that when pushed call a server-side function.<BR><BR>My problem is i need to close the window at the end of the server-side function. I know i could do it on client-side, but i don't know how to make a link:button with both server and client-side script.<BR><BR>The easyest would be to find a server side function who would close the window, but is there one ?The window is a popup from another windows. I need to close the popup, and refresh the "Father" window at the same time.