I have a popup window, which returns some values to a javascript function in the parent calling web page.
My JScript function is:
Where visitorkeys is like "34,6,234,1"Code:function SelectedVisitors(VisitorKeys) { alert(VisitorKeys) }
Basically I need to call a vb.net function is code behind to save these values to the DB, and then refresh the grid on that page too.
Woka




Reply With Quote