All Questions
18 questions
0
votes
1
answer
123
views
Html.EditorFor how to make textbox active on page load
I am working on a site in ASP.NET MVC and I have multiple Html.EditorFor form textboxes. The simple user friendly action I would like to do is on page load, the first of the textboxes on my view page ...
0
votes
4
answers
1k
views
Should I show two validation messages for email id in web application?
I have an email address field on my web application.I have 2 cases for this
a) email should not be empty
b) email should be in proper format .
Whether user keep it empty or put improper email address ...
0
votes
1
answer
499
views
Best way to show a lot of data on ASPX web page (Drop down list,
I am doing simple web application with a little business logic. Now I have Drop down list with about 25 000 product and user can choose it.
The application will be probably slow for users who has ...
1
vote
1
answer
6k
views
ASP.NET how to assign to CalendarExtender attribute SelectedDate = CalendarTextBox.Text
ASP.NET with AjaxContolToolkit.
I have a CalendarExtender inside editable GridView control.
I want to do a simple thing: assing an existring date value of TextBox.Text or Label.Text to the ...
0
votes
2
answers
492
views
ASP.NET Time Drop Downs and AM/PM Issue
I've searched already for some ideas on this but the answers were totally code-based; my problem is also a HCI/Usability issue:
https://stackoverflow.com/search?q=[asp.net]+time+am+pm
I have an ...
0
votes
2
answers
134
views
design issue (concerning entering other items in the drop down list)
Q:
I have the following question about an interface issue.
I have a drop down list contains a list of items . Sometimes ,the user needs to select an item not exist in this drop down list(others).I ...
2
votes
3
answers
2k
views
Multivariate Testing for Sublayouts in Sitecore
Having toyed with the concept in the past, I am interested in using multivariate testing on my companies Sitecore website. There are a number of places where I feel we can definitely improve sales ...
0
votes
4
answers
1k
views
Disabling a control vs hiding a control in ASP.NET
From a User Interface design point of view when is it better to disable a control or to completely hide it. I have attached an example. In both case if the "Enable ASP.NET" checkbox is clicked the "...
5
votes
6
answers
253
views
Does it suck to not provide graceful errors to a user who doesn't use the website properly?
I recently received a feedback from a colleague about my source code of a website. He says that it is a bad practice to not handle gracefully what visual interface does not allow to do.
Since it's ...
3
votes
3
answers
1k
views
Missing popout class in ASP.NET menu for nodes without a URL
I’m having a little problem with the popout icon in the ASP menu control not appearing when the sitemap node doesn’t have a URL. Take the following sitemap nodes as an example:
<siteMapNode title="...
6
votes
9
answers
2k
views
How long is too long for a script to execute?
What is the max time do you think is acceptable for a web script (PHP for example) to execute before it starts to become an annoyance for the user (on average)? I always thought that if the user has ...
0
votes
1
answer
120
views
Need tips for better usability for tabular data with pagination
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 ...
2
votes
2
answers
576
views
Logging users in automatically via an URL
I am providing registered members of a website a weekly mailing which contains URLs to private pages on the website.
For usability purposes, I don't want the user to have to provide their credentials ...
0
votes
5
answers
4k
views
Periodic refresh or polling
I am trying to use periodic refresh(ajax)/polling on my site by XMLHttp(XHR) to check if a user has a new message on the database every 10 seconds, then if there is inform him/her by creating a div ...
6
votes
6
answers
610
views
Are there any .NET content management systems that focus on usability and leave out the bloat?
I work in a shop that is mostly .NET based, and we're trying to pick out a content management system to use. This means we mostly likely won't be able to use any of the common open source CMS projects ...
5
votes
7
answers
974
views
Icons vs Text for Commonly Used Actions
We are currently trying to improve our usability in our intranet web app. One of our goals is to declutter certain pages which have large Grids on them. To do this, we have started putting commonly ...
55
votes
6
answers
107k
views
How to use the <label> tag in ASP.NET?
How can I use the <label> tag within an ASP.NET application? I want it to be valid, accessible, and usable.
I understand the optimal HTML way is this:
<label for="Username">Username:</...
0
votes
2
answers
1k
views
DatePicker for a Mobile Website?
What is best way to allow user to pick date from a mobile device from usability prospective?