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
Post a Comment