Web Forms :: Control In .net Which Can Do Following Task?

Sep 9, 2010

I need a control which can have 10rows and 2 columns.i need the user to copy 10rows and 2 columns from excel i.e 20 cell values and paste in the above control on aspx page.Is there any control which will do like this.....

View 3 Replies


Similar Messages:

Web Forms :: Creating Task List

Jul 4, 2012

I want to create task list in asp.net to assing a task particular login of person by using asp.net and sqlserver database .

View 1 Replies

Web Forms :: How To Add Task In Windows Scheduled Tasks

Mar 14, 2011

How can I add a Task in Windows Scheduled Tasks using Asp.Net.

View 3 Replies

Web Forms :: Send An Email From Hosted Site Task?

Feb 24, 2011

The host I use for our site lets us schedule a task, we can pointo the site and a file on the site. I'm not clear on how to make the file I point to actualy do something like run a stored procedure or send and smtp email or run some code in my app.

View 3 Replies

Web Forms :: Perform Time-consuming Task On Server?

Oct 28, 2010

I have a function which performs a series of time-consuming operations which include querying a large database, customising an excel file and sending an email with a 5MB attachment.

I would like to excute this function in the background, when a button is clicked, and immediately redirect the user to another aspx page. The user should be free to browse to other pages or even close the browser when the background operation is still running on the server. I have tried to implement threading but could not get it to work. The email with attachment does not get sent even though there are no errors.

View 5 Replies

Versioning SharePoint Binary Workflow ASPX Task Forms?

Apr 13, 2010

As noted by some developers, workflow versioning is somekind of headache in SharePoint.

I`m wondering is there a way I can version my aspx forms? For sure, i can version code behind assemblies, but if markup changes for any of my files in LAYOUTS folder? Is there versioning available for files or do i have to choose new filename for my form?

I should have been more specific. Yes, i have files under version control (i can restore previous versions etc), but i`m not talking about this kind of version control. But by deploying new Workflow Version, i must not delete old one, because it is still running on many items in SharePoint, but rather , as noted in previous links, deploy new one so i don't break execution of workflows.

But workflows will still break if i don't preserve old aspx forms used by users to interact with workflows.

So i must ensure that Assemblies with old version numbers used by old workflow exists (this one is ok, i just changed assembly version number and deployed to GAC)I must ensure that old workflow still uses old aspx form used users to interact with workflow, but new workflow version should use new aspx form with more options (how to do this?).

View 1 Replies

Web Forms :: Display Percentage Progress Bar For Long Running Task?

Nov 30, 2013

How to show progressbar when processing a text file of million lines?

I checked your thread --> [URL]

But what I want is the progressbar should show percentage exactly.

View 1 Replies

Web Forms :: 'Page Could Not Be Displayed' Error When Application Performing Heavy Task

Jun 23, 2010

I have set executionTimeout in web.config to 3600 (which I found out that the scripttimeout will follow this value), and in the production server, I have set debug=false, session time out = 20 min. sql command time out = 1200 seconds

However, when the application is performing heavy sql task that exceed 90seconds, I got the 'Page Could Not be Displayed' error.

When I change debug=true, the application works fine. The application also works fine when I turn off the 'Show HTTP friendly message'.

View 4 Replies

Forms Data Controls :: Delete The Gridview Column After The Task Is Finished?

May 22, 2010

am developing an website where i am developing ticketing concept,but i am struck at one part,if once the employee view the ticket and solve it then the status should be changed,which i have done successfully but the solve query should not appear in the gridview again instead of that, it should go back to admin showing him dat issue is solvedso here my task is,how to make the query delete from the gridview after finishing the task and showing it to adming dat the ticket is solved

<
asp:GridView
ID="GridView4"

[code]...

View 4 Replies

Web Forms :: Repeat Task (Birthday Email) Every N Interval (specific Time)

Jan 24, 2016

How to Automatically send  birthday emails daily at specific time using in global.asax in asp.net without using windows services.

Firstly  check and fetch all records of Students who have a Birthday today ....

View 1 Replies

Forms Data Controls :: Datagrid That The User Can Edit And Click A Checbox Then Input Their Initials To Update A Task?

Aug 4, 2010

I have a datagrid that the user can edit and click a checbox then input their initials to update a task. The update works except it does not record the userid field. Below is the gridview code and the vb/sql

[Code]....

View 14 Replies

Run Task From Console App

Dec 8, 2010

I have just taken over a project from another programmer and want to add some functionality. The ASP.NET application allows users to sign up, fill out details about a company, and those details are submitted to companies house (very brief explanation!). These details are only submitted when an administrator logs in to the control panel and clicks a "Run Submissions" button. This then attempts to submit all pending formations to the gateway.

What I want to do is design an external desktop or console application, that "clicks" this button for me every set amount of minutes. The application will some how need to "log in".

View 1 Replies

How To Schedule The Task To Execute Page

Sep 1, 2010

I am creating a feature which will allow users to import data of excel sheet to database.First, data will be imported from excel sheet and will be displayed in a tabular format.User performs a mapping porcess for database fields and click Submit button.Then a stored procedure inserts all the data of each row into more than 15 tables.

Above mentioned process might cause an issue if users import more than 1000 records (they are definitely going to do that. Thats why this entire functionality is intended for).Basically, what I would like to do is, Insert all the rows to a single table (Temp table), have a cloumn in a table which will be a flag and initially, will be set to "Pending".Create a page which will be executed when there are less users accessing the system (Specific time),

This page will see if there are records in a temp table with FLAG "Pending". If yes then it will fetch one record from the table and will insert data of first row into all the necessary tables. After first transaction it will wait for some time and will fetch the second record....This will last until the final row of temp table is reached.

View 3 Replies

Create A Task That Will Run Once A Day On The Backend Of A Website?

Mar 2, 2010

While the economy has been in the shitter, I've written possibly the most coolest site EVER for unemployed developers looking to buzzword-ify their resumes. (Don't hate the player, hate the game.)

The only problem is, it needs a scheduled task to run once a day to do some data mining. I spent many, many hours a few months ago researching solutions, but nothing seemed sure-fire.

If I have shared hosting and cannot remote in (e.g. mstsc and create a Schedule Task), how can I create a task that will run once a day on the backend of an ASP.NET website?

After all the research I did, I don't think it's possible. Per my last analysis, someone has to visit the site at least once a day to instantiate an instance of HttpApplication.

Does anyone have any solution to making sure an operation runs automatically, no matter whether anyone visits the site, and without anything but FTP access to the website?

Like I said, I've done A LOT of looking into this in the past, and it didn't seem possible. IF YOU HAVE EXPERIENCE implementing a solution, contribute your advice! But not postulating or conjecturing needed--it's far more nuanced and difficult than you're surely imagining.

View 5 Replies

Site - Scheduled Email Task?

Mar 1, 2011

Im about to develop a site which will need 2 types of email function: the first will be simple enough, just a realtime email using system.net.mail when certain conditions are met in the underlying DB. the second is to send out an email at the end of each day covering everything that happened during the day. WOuld that have to be set up as a scheduled task?

View 3 Replies

Task Run Only Windows Explorer Browser

May 31, 2010

my task run only in windows explorer brower.. that not working in mozilla firebox.

View 6 Replies

Long Task Hangs Other Pages?

Sep 28, 2010

I'm generating reports on the fly using the great SpreadSheetGear tool. At first things were great because the reports were simple and done in under 1 second. Now I'm at more complex reports and they are taking about 30 seconds up to 1 minute. This isn't a problem, we just throw up an activity image and let the user wait, fine by us.

The problem I've found is when two users come to the site.

User 1 comes to the site
User 1 runs a report that takes 30 seconds.
User 2 comes to the site
User 2 waits until user 1 report is done then the page loads.

The report running for User 1 hangs up the site until it's done. What is going on and how can I fix this?

View 2 Replies

DataSource Controls :: Using Script Task?

Feb 24, 2010

One of my users places a flat file on a shared drive every Monday for me to load using SSIS. The file always begins with SHIPP. I'd like to read the shared directory and only load files that start with SHIPP. There should only be one, mind you.Would using the Script Task be the best approach in SSIS doing this?

View 2 Replies

AJAX :: Add Extender Task Not Showing?

Jan 18, 2011

I have added Ajax Control toolkit to my project. I added a ScriptManager to my page. None of the standard controls are showing the task menu with the "Add Extender..." option

View 6 Replies

Designing An Asynchronous Task Library For .NET?

Oct 6, 2010

The ASP.NET runtime is meant for short work loads that can be run in parallel. I need to be able to schedule periodic events and background tasks that may or may not run for much longer periods.Given the above I have the following problems to deal with:

The AppDomain can shutdown due to changes (Web.config, bin, App_Code, etc.)

IIS recycles the AppPool on a regular basis (daily)

IIS itself might restart, or for that matter the server might crash

I'm not convinced that running this code inside ASP.NET is not the right thing to do, becuase it would allow for a simpler programming model. But doing so would require that an external service periodically makes requests to the app so that the application is keept running and that all background tasks are programmed with utter most care. They will have to be able to pause and resume thier work, in the event of an unexpected error.My current line of thinking goes something like this:

If all jobs are registered in the database, it should be possible to use the database as a bookkeeping mechanism. In the case of an error, the database would contain all state necessary to resume the operation at the next opportunity given.I'd really appriecate some feedback/advice, on this matter. I've been considering running a windows service and using some RPC solution as well, but it doesn't have the same appeal to me. And I'd instead have a lot of deployment issues and sycnhronizing tasks and code cross several applications. Due to my business needs this is less than optimial.

View 4 Replies

Execute Code In Scheduled Task Of Windows?

May 28, 2010

How to execute asp.NET code in scheduled task of windows?

View 5 Replies

AJAX :: How To Progress Bar With Status For Execution Of Task

Feb 7, 2011

I want to know how to show the progress bar in WEB while updating the status of progress bar percentage and Status of the application I am trying to built a web application in which I update the scripts from SQLServer to another SQLServer using TransactionScope using Stored Procedures. Here in my app I want to show the progress bar. and its percentage completion of the SP or task and simultaneously updates of the scripts execution.

i.e., Table 1 created, Table2 creation in progress like that or updates etc. Status of application.

View 4 Replies

How To Close Automatically Web Application After Completing Task

Nov 2, 2010

I have developed a web application which downloads files from FTP server. I want to run this application every day at 09:00 and automatically closed when the job is done.

I tried javascripts "window.close, self.close etc" but couldn't workd.

It is worth mentioning that the website is hosted on Windows Server 2003.

View 4 Replies

C# - Task Based File Management Engine For .NET?

Mar 3, 2011

I need to implement task based file management engine. See picture:

So, I need to create Transformation Engine and Transformation rules parser. Does something like this already exist?

UPDATE

Input: Some files and metadata.

Output: Some of input files (maybe all, depends on rules) with another folder structure and file names. Xml files can be transformed with xslt to different text files.

View 2 Replies

Implement Task Recurrence Pattern In .NET Like Outlook?

Sep 7, 2010

I have to implement Scheduler like outlook in my .NET application.I have already started working on it but I can't implement Recurrence Pattern. how could i achieve this functionality. how to save task with Recurrence in database? I found this RadScheduler for ASP.NET AJAX but unfortunately this controller is commercial

View 1 Replies







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