Convert apsx page to AJax enabled site
-
Hi all, Can any one plz tell me how to convert a Aspx page into Ajax enabled page. I have installed the Ajax framework.I have even tried it adding the tag
-
Hi all, Can any one plz tell me how to convert a Aspx page into Ajax enabled page. I have installed the Ajax framework.I have even tried it adding the tag
Just u have to need to change webconfig file. copy webconfig file of AjaxEnable application and paste it in ASPX page application Best Regard Pathan
GOD HELP THOSE WHO HELP THEMSELVES
-
Hi all, Can any one plz tell me how to convert a Aspx page into Ajax enabled page. I have installed the Ajax framework.I have even tried it adding the tag
you have to add some configuration tags in web.config. Thats little risky to check it out each and everything. So what you have to do is, open an ajax enabled website, then copy the content from web.config of the ajax-enabled website and paste it in your application's web.config. Hope this will work
Regards, Sylvester G If we don't succeed, we run the risk of failure
-
you have to add some configuration tags in web.config. Thats little risky to check it out each and everything. So what you have to do is, open an ajax enabled website, then copy the content from web.config of the ajax-enabled website and paste it in your application's web.config. Hope this will work
Regards, Sylvester G If we don't succeed, we run the risk of failure
Thanks a lot
-
Just u have to need to change webconfig file. copy webconfig file of AjaxEnable application and paste it in ASPX page application Best Regard Pathan
GOD HELP THOSE WHO HELP THEMSELVES
Thanks a lot will try this..