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

how to do line continuation in perl debugger for entering raw multi-line text (EOT)? -

javascript - Create websocket without connecting -

sharepoint - Accessing files across a shared directory using a Windows service -