Need tips for better usability for tabular data with pagination
        Posted  
        
            by Anil Namde
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Anil Namde
        
        
        
        Published on 2010-04-21T10:30:18Z
        Indexed on 
            2010/04/21
            10:33 UTC
        
        
        Read the original article
        Hit count: 478
        
Hi all, Just another day i found myself writing code to show data on the UI.
- I am again using DataGrid/GridView (ASP.NET),
- User Id as link button (clickable) to redirect user to another page.
- User having hard time to find where to click(Though the link has underline and hand pointer as usual on hover)
- just another common table like structure
Following are the columns for example, User ID (Link button), User Name, First Name, Last Name, Date Of Birth
Now i would like to make it better form the usability point of view. Can someone suggest a good link, example or suggestions to make it better.
Thanks all,
© Stack Overflow or respective owner