1

How can i retrieve the value passed in window.showmodeldialog() using Request.params ?

 var ddValue = $("#ddFrequency").val();
            alert(ddValue);
            window.showModalDialog("MS_RIT_SmartCalendarPopUp.aspx",ddValue, "dialogHeight: 700px;)

Now I want to access this "ddvalue" on server side ?

Rajeesh Menoth
  • 1,704
  • 3
  • 17
  • 33
rp4361
  • 433
  • 1
  • 5
  • 20
  • this method of showing a modal is deprecated see: http://stackoverflow.com/questions/20733962/why-is-window-showmodaldialog-deprecated-what-to-use-instead – jsonb.uy Dec 28 '15 at 06:53

0 Answers0