D
dave
I open up a window from a main window with showModalDialog. When the new
window opens, it finds the cookie:
paymentSalesCookie =
Server.HtmlEncode(Request.Cookies("misc4")("paymentSalesGuid").ToString)
When I post back to the window, it is null?
Dave
window opens, it finds the cookie:
paymentSalesCookie =
Server.HtmlEncode(Request.Cookies("misc4")("paymentSalesGuid").ToString)
When I post back to the window, it is null?
Dave