views:

38

answers:

1

ok the thing is that when i click delete on the view list page i want to set focus on the acknowledgment displayed there . delete is a ajax link . how would i do that?

+2  A: 

http://stackoverflow.com/questions/725604/set-focus-on-on-asp-net-mvc-model-errors

This will help you..

worked fine for me on button click but what to do on a link click?
mazhar kaunain baig