473,383 Members | 1,805 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,383 software developers and data experts.

Browse and open the folder in asp.net

Hi,

Using html file tag I can able to browse the file, but not the folder.
Is there any possible way to browse and select the folder in asp.net?
Anyone please suggest.
Mar 4 '08 #1
7 17984
"Santel" <sa***********@sify.comwrote in message
news:dd**********************************@i7g2000p rf.googlegroups.com...
Using html file tag I can able to browse the file, but not the folder.
Is there any possible way to browse and select the folder in asp.net?
Not natively.

However: http://www.utechsoft.com/products/udownload/webdemo/
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Mar 4 '08 #2
Hello santel,

Actually, u can use the windows control to select folders. and put that control
into asp.net page via object tag
See details there http://msdn2.microsoft.com/en-au/magazine/cc301932.aspx

---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
sHi,
s>
sUsing html file tag I can able to browse the file, but not the
sfolder. Is there any possible way to browse and select the folder in
sasp.net? Anyone please suggest.
s>
Mar 4 '08 #3
"Michael Nemtsev [MVP]" <ne*****@msn.comwrote in message
news:90**************************@msnews.microsoft .com...
See details there http://msdn2.microsoft.com/en-au/magazine/cc301932.aspx
Unless I'm very much mistaken, that will work in IE only...
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Mar 4 '08 #4
also the users will need to add your site to their trusted list and enable
unsafe controls.

-- bruce (sqlwork.com)
"Mark Rae [MVP]" wrote:
"Michael Nemtsev [MVP]" <ne*****@msn.comwrote in message
news:90**************************@msnews.microsoft .com...
See details there http://msdn2.microsoft.com/en-au/magazine/cc301932.aspx

Unless I'm very much mistaken, that will work in IE only...
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Mar 4 '08 #5
"bruce barker" <br*********@discussions.microsoft.comwrote in message
news:96**********************************@microsof t.com...
See details there
http://msdn2.microsoft.com/en-au/magazine/cc301932.aspx

Unless I'm very much mistaken, that will work in IE only...

also the users will need to add your site to their trusted list and enable
unsafe controls.
Yes indeed - no use for anything other than intranets which use nothing but
IE...
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Mar 4 '08 #6
On Mar 4, 6:09*am, Santel <santel_hel...@sify.comwrote:
Hi,

Using html file tag I can able to browse the file, but not the folder.
Is there any possible way to browse and select the folder in asp.net?
Anyone please suggest.
you can try to experiment with Scripting.FileSystemObject and
javascript ...
see my article at Custom File Upload at
http://www.siccolo.com/Articles/Code...ad_control.htm
...more at http://www.siccolo.com/articles.asp

Mar 4 '08 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: mscir | last post by:
I just installed ASP after a couple of years of not using it, PWS Win 98 SE. A couple of things are throwing me, and I can't remember whether these worked in the past. One is I can't...
21
by: strutsng | last post by:
<input type="file"> only allows the user to browse for files. How about "browse for folder" dialog? Can html/javascript do that? I couldn't find any syntax for that. If not, please advise what...
5
by: DD | last post by:
I have been on VBnet and used the Browse for Folders Dialog code, i have two problems 1.Access keeps telling me that the Unload Me is an unknown. 2. What i really want is to open the dialog go...
5
by: deko | last post by:
I'm using the below code to allow users to browse for and select a folder. After selecting a folder from the dialog, the full path is returned to a text box and saved. The next time the user...
5
by: Eric Twietmeyer | last post by:
Hi, Does anyone know why starting with VS.NET 2002 (and same with 2003) it is no longer possible to browse to a directory that has "ept" as part of the path? It worked fine in Vc 6.x. My...
4
by: marc | last post by:
Hi, I have 2 activex controls on my form that I need to open up a common dialog box and select/browse files, then populate two text fields. The first one I have working: The first activex...
3
by: Highlander | last post by:
Hello all. Consider the following HTA: <HTML> <HEAD> <TITLE></TITLE></HEAD> <BODY> <SCRIPT LANGUAGE="VBScript"> Sub ButBrowse_onclick() '-- show browse window and Get file path:
4
by: rdemyan | last post by:
I'm using code from the following web page to open the API Browse Folder dialog http://www.mvps.org/access/api/api0002.htm It all works fine. But if the dialog box is open and the user closes...
2
by: Dulwich | last post by:
As a Newbie to VBA, I've just had a successful conclusion to a protracted struggle with attempts to open a browse window that allows one to find a file and have that file's path saved in a bound...
3
by: Moshiko | last post by:
Hi guys, I am writing a website and I would like to write a user control (ActiveX? DLL?) that can open the Windows Folder Browse Dialog from the client. I do have a user control (a DLL...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.