DataSource Controls :: Polling Folder For New Files Using SQL?

May 14, 2010

Requirement:I need to poll the folder (which is in my web application) lets say for example UploadDocs. i want 1 SQL JOB that will run periodically to check the new arrivals in this folder. I know how to create sql jobs but dont know how to do sql logic.

View 1 Replies


Similar Messages:

Security :: Stream Image Files From Folder Outside App Folder?

Jun 16, 2010

I have a folder with png images that are not shared or public (the folder is outside my application folder). Now I want my users to be able to view thoose images only if they are logged in (different users, different images). All images have a name that correspond to the users id. My idea is to stream thoose images into the asp:Image control, is that possible? How do I do that? Other (better) solutions?

View 6 Replies

Security :: Non-asp Files / Moved The Pages And Files To Other Folders And Set The Web.config File On This Folder?

Jul 1, 2010

I was following the tutorials from this two sites:

http://www.15seconds.com/issue/070104.htm

http://aspnet.4guysfromrolla.com/articles/020404-1.aspx

Following the first site, it had worked but when I´ve moved the pages and files to other folders and set the web.config file on this folder, now it won´t work at all!!!

The file is an *.swf object. I did put the asapi.dll to map the extension on the website root, I´ve put the

[Code]....

on the web.config new folder and on the web.config website´s root.

It won´t work!!! I can access the file directly!!! on the web.config of the folder that contains the file, there is a <deny users="*" /> line.

View 4 Replies

How To Rename Files While Moving One Folder To Another Folder

Mar 29, 2010

Actually I want move files from one folder to another folder after reading files.So while moveing the files i want rename those file

My Code is :

[Code]....

showing some error also the folder using another process, How to rename while moving..

ex:ss.xls need to 20100429.xls
ss1.xls need to 201004291.xlx

it should increment file name

View 2 Replies

DataSource Controls :: Best Practice For Importing Files.xls Or Files.csv To Database?

Apr 16, 2010

I need to populate a database (SQL Server) with some data from a templated excel document.Here are some approaches:

A) User upload a file.xls or file.csv that the server reads, checks and updates the database (cons:the uploaded file might be too big. file.* needs to be in correct format)

B) User downloads a tool.exe to read and upload file.xls (cons: maintenance of the tool.exe)

C) Use of a web service in excel? (don't know how to do it) but
this article might give you a hint

Which one is the best to use? Are there any others?

View 4 Replies

Forms Data Controls :: Listing All Files In A Folder

Mar 23, 2011

I am trying to tweak a ASP intranet website that was created for my company. It uses a control to show all files in a folder, so they can be selected with ease by our employees. What I would like to do if possible is set it up where if a new form is added a bubble notification will appear next to the tabbed section. See the image below to see what I am refering to. I spoke to our site designer and he stated it is not possible. I feel that with all the creative minds in the world anything is possible. [URL]

View 2 Replies

Data Controls :: Where To Store Large Files (in Database Or In Folder)

Apr 8, 2013

I am curious to know the following:

We are going to develop a website where we need to store large number of files. The file size may be uptp 50 MB. What approach should we follow:

1) We should store files in Database
2) We should have a directory and store all the files in that
3) We should hire a SAN Storage and use this seperate location to store the files.

View 1 Replies

Data Controls :: Display Files From Folder In GridView When Using Multiple Dynamic FileUpload Controls

May 7, 2015

<form id="form1" runat="server" enctype="multipart/form-data" method = "post">
<span style ="font-family:Arial">Click to add files</span>  
<input id="Button1" type="button" value="add" onclick = "AddFileUpload()" />
<br /><br />
<div id = "FileUploadContainer">
<!--FileUpload Controls will be added here -->
</div>

[CODE]...

I just want to display the file name and the path where it is saved like the table format once it is Dynamically file uploaded

View 1 Replies

Forms Data Controls :: How To Access Remote Server Folder Files

Apr 27, 2010

try to provide solution.I am developing one web application using Asp.net 3.5 and C#.net 3.5.in my application i have to read files(Flat files stored in folder) in remote server which is located at another location.how to do that.now i can read &retrieve from local area.

i have that server host address,UID and Passwrd also how to access that files from remote server.

View 2 Replies

Custom Server Controls :: How To Use Resource Files Added To Resources Folder

Aug 27, 2010

I have added .CSS file in Resources folder of the project.In the same way i can add Images or any other files.But i am unable to use those files in Server Control Project.How to apply CssClass property to any predefined server control to the css file that is stored in the Resources folder ?

how to use those Resource files .

View 6 Replies

Data Controls :: Display Files From Folder In GridView With Delete Option?

May 7, 2015

 <asp:GridView ID="GridView1" DataKeyNames="Imgid" EmptyDataTex="No image" runat="server" AutoGenerateColumns = "False"
Font-Names = "Arial" OnRowDataBound="GridView1_RowDataBound" OnRowDeleting="GridView1_RowDeleting">

[Code].....

I am able to delete the file from database but not from folder. I am also displaying the path in gridview bound field. How do i use Directory.Delete(path of file here)

View 1 Replies

Data Controls :: Delete Files And Folders Inside Folder In DAL File?

May 7, 2014

how to delete files and that folder in a class file Data access layer file.

View 1 Replies

Data Controls :: Save Files In Folder While Their Name Comma Separated In Database?

Feb 2, 2014

I have a fileupload control in my web page, through which multiples files are uploaded one by one.And those multiple uploaded files are shown in 'Gridview' below the Fileupload control with Download and Delete button.Now, I want to save all the uploaded files coming in Gridview in my Database column (named "FileName") Separated by comma for particular column ID.i.e, If Gridview contains 3 uploaded files: abc.docx, xyz.pdf, aaa.txt then all the 3 files should also save in database column (named "FileName") for a particular ID.DB table is:

ID Address FileName
1 Aa Abc.txt, xyz.docx
2 Bb
3 Cc
4 dd

How to achieve this?

View 1 Replies

Data Controls :: Search Files On Server Folder (Directory) And Display Details

May 7, 2015

I want perticular file from sub directory i only know name of parent directory then how to get file 

But it gives me string array 

I want info like   FileInfo[] listfiles = root.GetFiles();

So I can get all info with extension..

View 1 Replies

Data Controls :: Play Audio (MP3) Files From Folder In GridView With FilePath In Database

May 7, 2015

i wanna play and download song from database but only path of song is stord in database so how to do this and i don't wanna use id of song i wanna select song by column name (ASP.NET)(SQL server)

View 1 Replies

Data Controls :: Open And View Files From Folder In Browser Using Button Inside GridView

Oct 18, 2013

I need to open/view a file in gridview.... I successfully uploaded the file to a directory on the server, and added a filename field in a table....

I can view the table data row by row, but now want to click on the file or SELECT in that row - and that click event must open the file for me....

View 1 Replies

Data Controls :: Display MP3 Audio Files Stored In Folder On Disk And Path In Database In DetailsView

Oct 12, 2012

I am developing audio related project for that i have stored movie names with mp3 file paths in database I am displaying movie names in grid view after clicking on movie name related mp3 file paths will be display in details view i am unable to play that files in details view how to do this ? Here i am storing original mp3 files in one folder in solution explorer and paths in database

View 1 Replies

Want To Do Polling In GoDaddy?

Sep 16, 2010

I want to do some polling to fetch data from Yahoo Financial Service for my website to update stock quotes. I want this to work through out the day ( 6 hours ). How to do that ? I am using GoDaddy as my server.If its not possible, please recommend any other option. No heavy stuff is involved. I just need to fetch that data only which can be done with only one line of code and with even javascript. It needs to start without waiting for a visitor to visit the site.

View 1 Replies

Data Controls :: How To Save Video Files Into Folder And Save Path Only Into Database

May 7, 2015

How To Save Video files into folder and save path only into database in asp.net using c#.

View 1 Replies

Timeout Polling In Server?

Aug 28, 2010

i have done one website and i upload to all file in server..After two day i got error from website starting page Timout error.. too many connections are there so polling timeout..

View 2 Replies

DataSource Controls :: How To Add Existing MDF To App_Data Folder In VS 2008

May 5, 2010

I can see the AdventureWorks MDF file in my Server Explorer window in VS, but when I try to add this database file as an Existing item to my App_Data folder in the Solution Explorer it gives me an error saying that this file is in use. Is it possible for me to add my Adventureworks database to the App_data folder? I am running a 32-bit XP using SQL Server 2005 Express.

View 2 Replies

DataSource Controls :: How To Create A DB Backup In A Specific Folder

Jun 11, 2010

I'm using SQL sever 2005 and 2008 expressHow Can I create a DB backup in a specific folder??I use Management Studio but I'd like to automatically create backup without use tools

View 5 Replies

How To Create Polling Or Voting System Vb.net

May 5, 2010

my website is developed using asp.net, vb.net and sql server 2005.Now i want to develop a polling system, using vb.net or XML.and the polling sytem must have feature which is one person from one computer can only vote once per day. isitors of my site will not vote more than once per day.so can u redirect me to a site where i can get a steps to build this voting sytem or a source code to be downloaded freely?

View 4 Replies

DataSource Controls :: How To Add Portion Of SQL Database To App_data Folder In VS 2008

May 5, 2010

I have 32-bit XP with SQL Server 2005 Express and VS 2008. I have successfully added the Adventureworks DB to my VS website and I can see it from SOlution Explorer, however, the entire DB is attached. How would I only attach a few of the tables and stored procedures from this DB?

View 1 Replies

How To Delete Files From Folder Using .net

Jan 22, 2011

I have an application in which the admin can upload files and the visitors of a website can download those files. I want to add an option that will allow admin to delete unwanted files from that folder how can this be done usin asp.net(vb).

View 16 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved