|
-
Oct 10th, 2005, 02:31 PM
#1
Thread Starter
Member
Request advice - how to inform user.
I have a webpage (asp.net) on our intranet to pull up some information.
I need to inform the user about searching tips.
How should I go about doing this?
My first thought is to put a link and launch a separate webpage with all the tips.
I plan to make if fairly detailed with examples (quite a bit of info).
How do you handle this sort of thing?
TIA - Jeff
-
Oct 10th, 2005, 02:39 PM
#2
Re: Request advice - how to inform user.
Well, this is more of a design question, not a coding-specific question.
And it depends on the nature of the form and web page. The existing design is going to influence the decision greatly.
And then, there is even more you should be asking yourself:
Why do people need this information? Is the page so complex to use that someone needs a "cheat-sheet" to use it?
Will a one-line description work instead?
Will validation be sufficient, with descriptive error messages for the cases when people do, indeed, put invalid entries in?
Do you have a 'busy' page and cannot fit any extra information anywhere on it? Or do you have a relatively blank page and could have a space dedicated to placing this information in that space?
Need to re-register ASP.NET?
C:\WINNT\Microsoft.NET\Framework\v#VERSIONNUMBER#\aspnet_regiis -i
(Edit #VERSIONNUMBER# as needed - do a DIR if you don't know)
-
Oct 10th, 2005, 03:04 PM
#3
Thread Starter
Member
Re: Request advice - how to inform user.
The page isn't that busy...it is just it will be printed once the query is completed. I felt placing the search tips on it would clutter it up. The page isn't too complex. I am doing a SQL query and the user would need to use the "%" sign to query for "like" names....such as they don't know the complete name and just want to enter the first 3 characters etc.
I've hard coded the "%" on the first name. Not sure if a one liner would be descriptive enough. I have the tool tip explaining the "%" as the wildcard. My boss did not feel that was sufficient. The page is to search for Radiology History within our Hospital.
Thanks for your reply!
P.S. Sorry if this belonged in another forum. Yeah, I'm a noob!
-
Oct 10th, 2005, 03:08 PM
#4
Re: Request advice - how to inform user.
TIP: You can use '%' as a wildcard. CLICK HERE for more information/examples.
Need to re-register ASP.NET?
C:\WINNT\Microsoft.NET\Framework\v#VERSIONNUMBER#\aspnet_regiis -i
(Edit #VERSIONNUMBER# as needed - do a DIR if you don't know)
-
Oct 13th, 2005, 07:37 AM
#5
Re: Request advice - how to inform user.
Put the summarized guidelines for search criteria in a tiny little box to the side somewhere, where it's visible but not obtrusive.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|