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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top