Creating Scheduler With Recovery System?
Jun 7, 2010I have too many scheduler for project but i have problem that when some problem happen like exception then i need that start again and start for same place where they start.
View 1 RepliesI have too many scheduler for project but i have problem that when some problem happen like exception then i need that start again and start for same place where they start.
View 1 Repliesi want to develop a custom scheduler using asp.net C# to invoke the Task scheduler in windows. I want to create a windows form application to simulate windows scheduler.What should i know before i start this project. I have enough experience on asp.net, C# but not on the web service, scheduling side.
View 4 RepliesI have one excel file into my C drive, I wanted to read that excel file and wanted to insert those rows into sql server database.For this I want to create one scheduler.
View 1 RepliesI need to integrate a scheduler (for instance, something like Doodle) into my ASP.NET website, preferably as an open source controlapplication.
View 1 RepliesI am in the process of creating an audit trail system. Simple enough. Certain fields require audit trail. What is the best design concept to allow this to work in multiple applications without having to change much? I would of course leave it to the admin of the site to add what fields should be audited, but the logic is the problem. Would implementing the interface IComparable be a place to start? My initial thinking is to compare 2 arrays against eachother and do an insert of what fields are in question. Array1 are the fields in the form, array2 are the fields from the sql table that require auditing.
View 8 Repliesis there a way to snag the database id of a newly created user after CreateUser has been called? I need to be able to tie that id to another database table. From what my book shows me, it looks like member info is encrypted, so merely looking at the membership database table.
View 11 RepliesIm creating a messaging system abit like the inbox feature of facebook and even this website (its gonna be created as a asp.net website). Now the messages ive been told should go to a database and then from there be displayed on a page. Im gonna be creating this system because its a project for university. Its not going to be published online or anything, just a simple demo in front of suoervisor n examiner. Im gonna simply create a database within the application to hold all the data.Now i need to have user login feature capability so the right messages are displayed to the right users. I wants the messages to be as a "thread". Any idea how this can be done in asp.net? im using visual studio 2008 .net framework 3.5.
View 1 RepliesIm using vb.net, sql2005, ajax, .net3.5. Ok first off, yes i know there are some great CMS applications available already, dot.net nuke, kentico, umbraco, etc etc. However my problem is that i cant bring an external open source app into our organisation but i could develop one.
Im doing this to allow us to move all our HTML content, (Static pages) into a system that provides some sort of basic workflow and content management, im confident on doing this, my problem however is that ive been asked to store the data in XML.
Whilst i know that i can store the XML inside my database, and then read it out and transform im not sure how to do this when it comes to how authors create the pages - What i mean is normally i would give the author an HTML editor to add content, but this isnt going to work if im writing to XML, and also, what happens if they add an table inside the HTML editor
Has anyone every seen this done, is it even possible, or should we just look to use HTML stored inside the DB?
I am using ASP.NET with C# and I am new in those. I need to write code which will read a webpage every minutes. I tried to do this with timer class of c#. When I run that code just after few seconds it says server stop running. What is the best way to write such code?
View 8 RepliesIm creating a messaging system which is a bit like the inbox feature of this forum. So far I have built the page with a datalist (as this is the advice i was given). I just want to know how I should create the tables within the database so that the thread of messages is seen by the right people when they login and view messages. Which is basically the 2 people messaging each other. The system is gonna have user sign in functionality as well.
View 1 RepliesI don't know if this is the correct forum for this...I'm trying to in a C# console application, send an email using System.Net.Mail. The send command executes successfully (no error thrown in the try catch) however the email does not get sent.If i execute the program directly from the console, it works fine and the email is sent.The event viewer shows no errors for security permissions or otherwise.
View 12 Repliesa good alternative to ComponentGo's Web Scheduler.http://componentgo.comTelerik have a calendar control but it doesn't provide the functionality i'm looking for.The control will be used to schedule peoples work shifts for the different roles in the company, and needs to provide a day view and week view.
View 2 RepliesI want to create weekly scheduler which will fetch the data from meeting table from sql server. I want allow user to give navigation of Next/Previous week. However in this scheduler only two time entry should display i.e. 9 AM and 3 PM, othere hours will not display.
Secondly underneath this scheduler there will be a text box and button, where user will enter some comments in text box and once he click on submit then update records which are displaying for selected week.
Created a windows service for my local system for sending bulk mail and it is working.But the same if the want to access the db which is there in hosted server and want to install it in my local machine to access the db details from the server , is not working. While starting a service , it is stopping immediately. Is it possible to do so?
View 1 RepliesI am trying to connect to a SSRS - Reporting Services Scheduler i.e. to create a SSRS subscription from a ASP .Net web page. I need to find an API which can do this.
How to create a WSDL link. I am getting an error when i am trying with adding a service reference. I gave this format as below.
http://localhost:50029/ReportServer/ReportService2005.asmx?wsdl
I need to schedule a task in my system with windows task scheduler and vbscript(or js also).
I want to send an http request for an aspx page in my project fom the vbscript file .This aspx page contains some database related operations.
That means when the task scheduler is started it should update my project db.
I got this link for reference
[URL]
But it is not working for me.
Can i use javascript instead of vb script?
My project is in C# and backend is sql server express 2008
I am into shared hosting and they do not allow me to use windows scheduler... So what are the ways of achieving scheduled tasks ie(timed mail) in asp.net... I just saw background process by Jeff Atwood blog... Is it relaible? Or any other ways of doing scheduled tasks...
Then i found quartz.net but i can't find a simple example that embeds quartz.net into an asp.net(without installing a Quartz.Net server as a standalone windows service)...
I have the following code where i enable the user to insert their password to retrieve their username.
[code]....
But nothing happens, it doesnt work. I want it to do the check and then do something. I am just testing with a label for the time being.
I have the authentication which will redirect the unregister user to Login.aspx. At the bottom of the page,there are a link button will redirect the user to forgotPassword.aspx With having the authentication, i discover it don't allow the unregister user to go forgotPassword.aspx but staying in the same page.
so some expert have shown me this code..
can provide me the code in web.config here?
some expert have provided me the code..but i find no where to locate this code in web.config, none of them tell me where to locate it..click this link.
Password recovery email is sent twice?
[Code]....
how to use the password recovery control.
I am not able to write the code for it.
I have the following code. I simply want to select the security question and answer from the DB and do something if the result is true.
This is my code:-
[Code]....
This code always returns the result of "Invalid User Credentials", so this means it does not recognize the values from the DB. When i put something in that SHOULD match i still get the same. I dont get an error message but the logic here is to select security question and answer where the question is equal to the dropdown box and the answer is equal to the textbox. If there is a match then do something..
But this does not work..
You can see what i mean here:-
[URL]
If you select "What street did you grow up in?" from the dropdown and then put in "deeplish" in the security answer, the result should be "**EXISTS".
My application can send email using:
new SmtpClient(null).Send(message);
But users have not been receiving emails sent by the password recovery control. This had been working.
We have made a recent change with the mail server. I don't know the details.
I use ELMAH to log errors, and nothing is written to this log.
I was wondering if there something in the authentication tables that shows when a password has been reset in this manner.
I'm using the ASP.NET Membership provider and using the Password Recovery control to reset the user password if they forget it. On the whole it all works fine, but with one catch when it comes to validation.
I have expanded the PasswordRecovery control out to use the template feature to customise the appearance, which is all fine. I have set the user lookup error handler using:
OnUserLookupError="PasswordRecovery1_UserLookupError"
in the opening tag and if I load up the page, type in some junk name and click submit this fires as expected, in all browsers. The snippet of VB code makes an error div visible and sets some text.
However, if upon loading the page for the first time I type a duff name into the username box and hit the enter key to submit the form, in Internet Explorer (version 8), the UserLookupError event fails to trigger. It triggers just fine in Chrome or Firefox, just not in IE. I know it's not a focus issue on the form, as I can see the form is being submitted.
If I click the submit button first, then following that hit the enter key it does fire, it's just that first time it doesn't, and only in IE.Also to add that if I set breakpoints in the VB code to check to see if the page is being submitted, I can see the Page_Load event fire when I hit the enter key, but not the sub PasswordRecovery1_UserLookupError. It looks like a bug in IE (no really???), but I need to nail it down.
Here is what I have done so far:
1) Here's the Password Recovery control:
<asp:PasswordRecovery runat="server" id="passwordrecovery" SuccessPageUrl="success.aspx" maildefinition-from=myaccount@comcast.net
<MailDefinition From="myaccount@comcast.net"
Subject="Your password"
[Code]....
3) After all this, when the test user enters the correct answer to the security question, nothing happens. I don't even receive the SuccessTemplate message--much less the test email with the password.
Is the problem that the correct answer to the security question is somehow not really being registered? Is the problem server-related? What I could I be doing wrong?