// how to access server side function using javascript


protected string ServerFunciton()
{
string toppltip= string.Format("I am a server side function");
return tooltip;
}


Read more: http://feeds.dzone.com/~r/dzone/snippets/~3/vbV7yEIjmnQ/14491