I have a requirement where an action link with query string parameter has been implemented from a controller view say CreateFilter which navigates to a different controller say Create where I parse the query string parameter and gets the data through SP and display it in the Create View.
But I have a scenario that when the SP doesn't return any data then the Create View shouldn't render and the user should be able to see the error message "No records found" in the same View where he is currently (CreateFilter).
Can any one please let me know how to achieve this scenario ? Any help would be greatly appreciated.
Thanks Vimalkumar