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,