Thursday, 22 August 2013

Making a column editable in an ASP.net GridView

Making a column editable in an ASP.net GridView

I have a GridView where one of the columns is for a display order for the
fields where they will be shown on the front end of my website. Instead of
going into each record in the edit page and having to change the order
this way, it would be handier to be able to click a button and have the
whole DisplayOrder (int) editable, therefore making life alot easier. How
can this be done?

No comments:

Post a Comment