Hi Nara,
In your AJAX settings you are have "LinkButton" as AjaxControlID, but in order to ajaxify the button you need to set its ID.
Furthermore, from the provided code snippet it is not clear what exactly you are trying to accomplish, especially the part with the "lnkFinesValue" in the code behind. The LinkButton ID in the markup is "lnkTest", so it is not clear what "lnkFinesValue" is.
Additionally, please have in mind that when ajaxRequest is fired from the RadAjaxManager, the manager itself must be set as initiator in the AJAX settings.
Here is a simple example of ajaxified LinkButton control:
And the code behind:
Detail information for firing AJAX request through RadAjaxManager/RadAjaxPanel could be found at the following help article:
Hope that helps.
Regards,
Konstantin Dikov
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the
blog feed now.