Prob1:I have 2 lists which i want to access in the next page which i will be redirecting.
Current result,
When i pass my result, in the url it shows the List data type.
ex:System.Collections.Generic.List1[IDataEntities.ISearchResultsEntity]
Prob2:I have a method call in ajax post,I am able to navigate to the method but inside i have done response.redirect which fails saying “Threadabort exception”
use Session to hold your list as below
you can access it from next page, there are many other ways. please check this link.
when you call
Response.Redirectcall it as belowbut don’t do Redirect on ajax call from server side, ones ajax call completed you can redirect from client side call.
on success ajax call back method