Hi all! Let me preface that i am kind of a newbie that said I have been working on ajaxifying ( gotta love that word ) parts of an existing vb/asp.net 2.0 site that we have at our company and well we are
having a problem with some code that we have in our global.asax that is
running on BeginRequest to prevent SQL injections through querystring,form and header posts. When ever the code is ran we are experiencing
the dreaded "sys is undefined" error. But if we take out the code it runs beautifully! Below is the Sub in my Global.asax and the two calls that are trying to be made when i am getting "sys is undefined". Please help i have been workin on this for about a week now and my boss is getting a little irritated.
Call 1
//<![CDATA[
Sys.WebForms.PageRequestManager._initialize('ctl09$ScriptManager1', document.getElemen ...
Go to the complete details ...