showModalDialog and cookies

  • Thread starter Thread starter dave
  • Start date Start date
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
 
Do you get the correct Cookie value on the new Modal
window?
What's the code for posting back?

Bin Song, MCP
 
Back
Top