usman syed
2008-11-29 06:29:05 UTC
Hi folks,
I am using a linkbutton in datatable, the linkbutton when clicked is redirected in its normal behaviour. Now i want to stop this redirection and wants to stay on the client side.
I have captured the linkbutton click event through
myDataTable.on("linkClickEvent", function (oArgs)
{
//Stop Redirection
// My own processing
});
All i want now is to do some processing on the client side and no posting or redirection when the link button is pressed. .
Looking forward
Syed Usman
I am using a linkbutton in datatable, the linkbutton when clicked is redirected in its normal behaviour. Now i want to stop this redirection and wants to stay on the client side.
I have captured the linkbutton click event through
myDataTable.on("linkClickEvent", function (oArgs)
{
//Stop Redirection
// My own processing
});
All i want now is to do some processing on the client side and no posting or redirection when the link button is pressed. .
Looking forward
Syed Usman