L
Lisa
I have an aspx page that has a checkboxlist control on it. There is
code in the selection changed event so that when you check the first
checkbox (Select All) it checks the reset of the checkboxes on the
page.
This page is opened by clicking on a link within a datagrid as a modal
dialog using the following code :
strScript = "window.showModalDialog('Dialog.aspx?Var1=" + strVar1+
"&Var2=" + strVar2 + "&var3=" + strvar3 + "&var4=" + strvar4 +
"&date=" + strDate + "&var5=r" + "&var6e=6', null,
'center:yes;resizable:no;dialogHeight:250px')"
dgDiagBooklets.Items(intCounter).Cells(11).Attributes.Add("onclick",
strScript)
This code will work when compiled and ran on my local pc, but it will
not work when I copy to our server.
Any suggestions as to why, or how I could do this differently?
code in the selection changed event so that when you check the first
checkbox (Select All) it checks the reset of the checkboxes on the
page.
This page is opened by clicking on a link within a datagrid as a modal
dialog using the following code :
strScript = "window.showModalDialog('Dialog.aspx?Var1=" + strVar1+
"&Var2=" + strVar2 + "&var3=" + strvar3 + "&var4=" + strvar4 +
"&date=" + strDate + "&var5=r" + "&var6e=6', null,
'center:yes;resizable:no;dialogHeight:250px')"
dgDiagBooklets.Items(intCounter).Cells(11).Attributes.Add("onclick",
strScript)
This code will work when compiled and ran on my local pc, but it will
not work when I copy to our server.
Any suggestions as to why, or how I could do this differently?