new AjaxOptions
{
OnBegin = "MyFunction",
Url="/Controller/JSONAction/"+OnbeginRetunrValue,
HttpMethod="GET"
}
In my Ajax properties, I have On Begin function which returns a value.
I wan tot append that return value to the URl.
How can I do that?
Well I realized i can’t get this done the way I have asked.
But the Other way to Achieve it is have regular link and call jQuery Ajax Link
this is how, I go this worked for me.