HighTechTalks DotNet Forums  

Entering a path in a text box

ASP.net ASP.net discussions (microsoft.public.dotnet.framework.aspnet)


Discuss Entering a path in a text box in the ASP.net forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Larry Bud
 
Posts: n/a

Default Entering a path in a text box - 12-13-2007 , 01:57 PM






I'm developing a front end for one of our internal apps that populates
a simple table of 4 or 5 columns. One of the columns is to contain a
destination path for another process to copy files to on a daily
basis.

I can, of course, have a textbox and have the user enter a path of

\\server\share\directory\directory\directory

But the path can be quite long. Is there a better way to create an
interface for the user than having them type in the path name?

Reply With Quote
  #2  
Old   
John Timney \(MVP\)
 
Posts: n/a

Default Re: Entering a path in a text box - 12-13-2007 , 03:43 PM






if they are common shared directories, then you could enumerate the server
for its shares and present them in a listbox

Regards

John Timney (MVP)
http://www.johntimney.com
http://www.johntimney.com/blog

"Larry Bud" <larrybud2002 (AT) yahoo (DOT) com> wrote

Quote:
I'm developing a front end for one of our internal apps that populates
a simple table of 4 or 5 columns. One of the columns is to contain a
destination path for another process to copy files to on a daily
basis.

I can, of course, have a textbox and have the user enter a path of

\\server\share\directory\directory\directory

But the path can be quite long. Is there a better way to create an
interface for the user than having them type in the path name?



Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.