datagrid and javascript

M

Markus Steidle

hi,

i am using a sortable datagrid.

when i sort the data the ie calls

"javascript:__doPostBack('theGrid$_ctl2$_ctl2','')"

and in the source code of the site there is a function:

<script language="javascript">
<!--
function __doPostBack(eventTarget, eventArgument) {
var theform;
if (window.navigator.appName.toLowerCase().indexOf("netscape") > -1) {
theform = document.forms["Form1"];
}
else {
theform = document.Form1;
}
theform.__EVENTTARGET.value = eventTarget.split("$").join(":");
theform.__EVENTARGUMENT.value = eventArgument;
theform.submit();
}
// -->
</script>

my question:
i think i have read, that there is a possibility, to turn off the generating
of javascript in on the server.
is this right?
where can i turn off generating javascript?

thanks
Markus
 

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

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top