using the .Focus() method for a TextField throws a javascript error.
This can be corrected by adding the following to httpd.conf
<File ~ “\.(axd|asmx)$”> AspNet Virtual </Files>
so that requests to the virtual WebResource.axd can be handled by asp.net This may also solve Bug#1869295
Log in to post a comment.
This can be corrected by adding the following to httpd.conf
<File ~ “\.(axd|asmx)$”>
AspNet Virtual
</Files>
so that requests to the virtual WebResource.axd can be handled by asp.net
This may also solve Bug#1869295