c# - Filling GridView on some Button Click in MVC -


i working on project in classic asp.net, need migarate mvc

right having page 1 button , gridview fill on clicking button. gridview has functionality edit, delete, paging, onrowcommand event.

how should perform page through mvc. know gridview can't used in mvc, what's alternative of that.

thanks

consider using jquery grid plugin, like one. assume have figured out how populate view data, etc.


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -