Hi,
It works in the page load, but the following entry is required in the
web.config in the HTTPHandlers section, please try this, then it works.
<add verb="POST,GET" path="ajax/*.ashx" type="Ajax.PageHandlerFactory, Ajax"
/>
(Please check the type for AJAXpro, sorry i don't know for the ajaxpro)
Regards
Murty
On Thu, Sep 11, 2008 at 1:25 AM, BadDotNetCoda
<stephan.a...@googlemail.com>wrote:
> the AjaxPro.Utility.RegisterTypeForAjax... statement is called in your
> page load event?
> best regards.
> On 10 Sep., 15:10, Mohan <mohanv0...@gmail.com> wrote:
> > Hi
> > .Net version 1.1 i am using Ajaxpro in my webapplicaion while
> > execute code it's shows undefiend namespace
> > example code
> > function sendcomment()
> > {
> > var res = VechGAD.Mailer.Send(txtname.value,txtmail.value)
> > if(res == true)
> > {
> > lblmsg.value ="send";}
> > else
> > {
> > lblmsg.value = "True";
> > }
> > }
> > Error Msg
> > Undefined 'VechGAD'