<script type="text/javascript"> function OpenDialog() { if (Page_ClientValidate()) { window.showModalDialog('Modal.aspx', 'Confirmation', 'center:yes; resizable:no; status:yes; dialogWidth:500px; dialogHeight:600px'); } } </script>
showModalDialog
window.dialogArguments
HttpCookieCollection hh = new HttpCookieCollection(); HttpCookie ht = new HttpCookie("cookiesName"); protected void Button1_Click(object sender, EventArgs e) { ht.Value = TextBox1.Text; hh.Add(ht); }
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)