|
|
Browse by Tags
All Tags » clientside code accessing Server functions
-
I use MagicAJAX.NET in my project.
In one page, i use AjaxPanel Object include many GirdView, DetailView and SqlDataSource.
When in AjaxPanel Object's Submit Click then sometime happened "Connection Timeout. Or the server has not responsed. etc..." error.
Error Code: GridView.DataBind() ...
-
Hi ,
I implemented the ajaxpanel for my project and its working properly but if i want to manage myself to call a particular server function from a client side function without ajaxpanel ..how should i do..something like ajaxpro ..
function fncallA()
{
namespace.classname.methodA(arguments);
}
Why i want to ...
|
|
|