asp.net - Grid view display issue -


i have data table display below in grid view , done edit, update & cancel operation on it, work fine

id        |  title             |   number    | state          585344       issue 1               140024      in progress 

but want display below in grid view , doing edit, update & cancel operation on it, how please help....

id-585344 title-issue 1 number-140024 state-in progress 

i suggest instead of going gridview go listview (as using .net 4.0), can achieve desired output.


Comments

Popular posts from this blog

java - Andrioid studio start fail: Fatal error initializing 'null' -

android - Gradle sync Error:Configuration with name 'default' not found -

StringGrid issue in Delphi XE8 firemonkey mobile app -