Dear Friends Can anybody help me with this. I have to configure my system so as to send Automatic Email at half an hour duration to specific email ID with...
Action once every half hour. Easiest: use windows scheduler. Then use whatever technology your familiar with to retrieve data and send email. Working with .Net...
Thanks Mischa Kroon This is the solution I used Create a file in notepad name it as xyz.bat @start "" /b "C:\Program Files\Internet Explorer\iexplore.exe"...
I've used cached arrays in the application object. ... From: debbi_7 To: AspClassicAnyQuestionIsOk@yahoogroups.com Sent: Wednesday, August 08, 2007 10:04 PM ...
... Can you explain a little more what you mean with "auto logs out". you also say "to the index page". Does this mean that some page redirects to the index...
Thanks for that quick reply I have increased the session timeout to 20 min. Also if I am not wrong in Session time out u r not redirect to index page unless u...
It could be that your application is resetting itself because of memory leaks and stuff like that. Which IIS version are you using ? PS another trick to make...
For what it's worth, I've seen such a problem on one ASP site I run, though I haven't found the solution yet. In my case the application resets at least twice...
Another vote for memory maxed out on the server. Search all createobject's and set to nothing on every site on the server is a good first step. My bet is...
Dear All Thanks for all the replies. Jefff has the nail hit on the head The same problem he faced is with my site Dear Jeff I would definitely like to see the...
This sort of problem is usually because IIS / the application is using more resources then it should. Which means there is probabably some bad code in the...
Dear friends: I have a challenge for whoever can help me. My client wants me to create an ecommerce web site which will allow the user to look up product...
It can be done. Obstacles in email: 1 Dynamically create dropdownlists in asp 2 Making sure the types only appear if another product has one. problem 1 ...
I'm a little short on time, but couldn't you just query the database for all product types and loop through the resulting recordset to create all your option...
If you list all your product types in your database, simply load your select control when the page loads with a fresh set of data from the database. That...
I started with ASP.NET and after few yrs of programming, I've some classic ASP 3.0 web-apps to modify. Looking at the code, I get most of the syntax. What I am...
Use dreamweaver or Visual Studio 7 and read this for debugging Debug an ASP Project with Visual Studio .NET and Transfer Classic ASp Session to Asp.net session...
Hi, I have a website and there are a number of types of users that can login to the site, if i don't want to change all the site's login pages. does anybody...
Thanks Mischa, I don't have control over the IIS, the site is hosted by a hosting company. Currently i have redirected the site to a page on the site by...
I appreciate your response. The link you referred to (http://www.devx.com/tips/Tip/18204) is outdated though. If you have any other recommendation, I'll really...
My bad, I got the link to work. It just needed a little modification. Thanks! ... ______________________________________________________________________ ... ...
Thanks everybody for your answers to my questions. This site has been such a great resource and I'm learning alot. Another question I have. Can I take fields...
Hello Folks: One small problem I'm having. I have a program which displays records from a table. It was working fine. I then added some code to create a...
HI - I have a question. I have imported data to excel using ASP but my customer wants me to use a template (form) in Excel and add data in appropriate...