Good day Guru,
I'm intermedia Java dev and trying to understand more on C# and .NET, pretty newbie on ASP.NET technology and sorry in case asking dumb question here.
I want to develop a feature for data manipulation - when user click on a button/link, it popup a form from the SAME page, the form contain seach function to filter the records with paganation involvement, user may save the multiple records from save button, provided user tick the record from different pages.
my question is that, may i know what is the best approach to handle above mentioned situation? since the form allow record searchable and reflect the data change on the same page, my thought of using Ajax seem for the case.
below are my doubt:
1. what is the best approach?
2. By allowing user to select multiple records from different page which under pagination, do i need to use session to handle that or there is a way from .NET to handle it?
3. Which book/reference site i should take a look on in order to expedite my understand in ASP.NET
Appreciated your sharing and thanks for enlighten me!