VBs Source Code Of Calendar
I am in the process of building a web page that allows users to make some resource reservations from the web. I need a source code for a calneder where if the user clicks on a specific day of a specific month a new link will be opened. where can I find this ?
View Replies
ADVERTISEMENT
I am trying to debug some values in production server.I want to print the value of rRes(10),but I don't want to show it in the screen.I just want to show it in the source code but comment out,so that I can look at the value.Is it possible?
Response.Write("rRes(10) = " & rRes(10)) will show the value in the screen,but i want to hide it in the screen but still see the value in the source code.
View Replies
View Related
Is there a way of processing an ASP page and placing the resulting HTML
source code into a TEXTAREA on another page?
I have a page that will be generated dynamically from database content.
However, I want a form on another page to have access to the compiled source
code for use in an electronic newsletter.
Manually I would load the dynamic page, view the source and copy it out. I
would then paste it into my form field on the relevant page.
View Replies
View Related
How can i get the source code of a web page through asp code?
View Replies
View Related
I was wondering does anyone use any third party tool to encrypt the original ASP source code from dispose.
View Replies
View Related
Where I can find the code source for the function len for study ends. As (LEN) with its code was created script of the function. I tried to look for in google but I did not find nothing! Somebody can indicate me one link, site, script?
View Replies
View Related
I use Windows 2000 Server and VS6.0 for development. I have switched on ASP debugging in IIS and everything worked fine, I can debug.
But now when I want to debug I always get "Source code is not available for the current statement"So I cannot debug anymore, what is the problem ?
View Replies
View Related
I have a couple of rather large ASP projects developed using VB script and the source code in both has not been formatted well. Does anyone know of a tool that can parse the source code files and fix simple things such as indentation, consistent use of case on key words, etc.
I have seen several tools that do this for printing purposes, but nothing that actually reformats the original source code.
View Replies
View Related
I have a customer with an extensive intranet which contains a lot of
sensitive company data. The client is concerned that any employee
could download source code back to removable storage and thereby steal
the data.
Printing is considered publicly risky and other capture methods of
visble screens would be too clumsy and outside the capability of most.
So we have been asked to make the source "invisible" or at least
extremely difficult to reveal.
View Replies
View Related
I am needing some assistance with a specific project. I need to manipulate a calendar code so that the event is sorted by dates. The published site is: www.romastreetparkland.com and the "what's on" function on the right hand side needs to be manipulated so that the events are listed by date.
View Replies
View Related
I want to create a site management (admin) web application in ASP under
W2K/IIS5/FPSE2002. It will be used to modify the content of XML files on the web
site it manages. Any changes require authentication. When a file is to be
modified the operator should check it out so that it is marked for modification,
preventing others to change it. The file is checked in after changes are made.
I'd like to be able to check in/out documents from the web admin using IIS
integrated SCC. Is it possible? Or should I implement my own file management
system?
View Replies
View Related
we have an Enterprise Application on ASP and MS SQL 2000. Would like to know if I can convert the asp app to an exe or encrypt / encode / hide the source code so that no one accessing the server can touch / modify / copy the same.
View Replies
View Related
I'm just trying to set up a testing server via Dreamweaver that is my local box. HTML works fine and ASP works fine IF there is no js code input. I can save a few images in a table as an ASP page and it works great, but if I try to pull a table from a database, the browser suddenly displays the code, rather than the page.
I've heard some people referring to articles that might address this, but so far I'm not seeing them.
I have .asp files being handled by asp.dll from the internet information services section.
What the heck am I missing? What else should I provide y'all so we can brainstorm this?
View Replies
View Related
I got this book for some time. I need to download the source code for this
book. However, Wrox, the publisher, does not have download code for this
book. Could anybody suggest any site from where I can get the download of
source code for this book?
View Replies
View Related
I am working on a small project which requires XML data to be read from ASP.
I am successful at using XML/DOM objects. But when the data size goes up, sequential access will tax the web server. I would like to retrieve the data in the xml file like a MSAccess DB.
I read somewhere that XML source can be provided as data stream in ADO. If anyone has knowledge on this, please provide me links. If possible, answer to these queries will also be appreciated.
1. Which version of IIS supports this.
2. Which version of ADO
3. Additional components needed at the server ?
I found the following link at MS.
http://support.microsoft.com/default.aspx?scid=KB;en-us;q263247
View Replies
View Related
I am looking for an open source, very simple CMS that allows an administrator to add pages, news articles, and maybe a staff directory.
We don't need new users to signup, or comment, or anything along those lines. Maybe a wysiwyg editor included. Just for a homepage, a news section (that may include many sub-cats, pages).
View Replies
View Related
I've got a Windows 2000 server running with about 50 websites on it, all
running ASP scripts. I've noticed that the servers CPU usage gets up 100%
sometimes, caused by dllhost.exe, which I'm certain is a hanging ASP script
somewhere on the box. Probably an on error resume next line that doesn't go
anywhere when an error is an encountered. Anyways, I'm not sure if there's
a way to isolate the website where its originating, or even the page this
problem is originating from. Is there a way to do this?
View Replies
View Related
i dunno what's the DSN coz it's my friends code and she's using windows2000 so her open database connection code differs from what i use..like
"con.open ...."
what should i do to redirect the the connection to its database?i cant change all the codes coz there's many pages and takes ahellotta time
View Replies
View Related
Does anyone know of any source control software (besides Visual studio) that allows a multi-user environment to be able to check out/in files and keep version control?
View Replies
View Related
there are any open source for ecommerce site like a one such for 'oscommerce' in php/mysql.
View Replies
View Related
i've developed an appliaction that i want to sell it to my client, but dont want him to reseller it, so is there any solfware or techniques that i can used to protect my asp source ?
View Replies
View Related
how do u get somthing from the root directory no matter where abouts you are? say i'm in /folder1/bla/test/foler2 and i wanted to place an image on this page but i don't want to have to backtrack ( ../../../../ ) all the way to get there. is there a peice of code that can go straight to the root directory?
View Replies
View Related
I've been testing it and configuring it for a few weeks now and finally got
everything working, yet when I upload it to my server, it fails to show any
events...
the DB is accessed just fine and new events can be added and deleted
etc..but nothing shows in the events section.
I was led to believe that this might be caused by a setup (mm/dd instead of
dd/mm..bloody dates again)
anyone using this script and gotten around this problem?
View Replies
View Related
I've looked several times for a calendar like THIS but haven't been able to find one written in ASP. Anyone know where I could find one?
View Replies
View Related
I am trying to use asp calendar by opening the asp in a modal window (window.showmodaldialog). Page behaves erratic when try to move between dates and months. When I click a new window opens.
Is there a way to make the control work in modal dialogs?
View Replies
View Related
I try to get a simple calendar composant.
View Replies
View Related
I have been asked to produce a booking system and i need an asp calendar to produce a frontend so users can select the year and month and have the page produce a calendar for that month with clickable dates to fire off a form to get the details for that date.
View Replies
View Related
i need to show the calendar using asp any one know where i can get good and free code for this?
View Replies
View Related
I'm looking at creating a calendar function for an existing system i have. The system is database driven and has a client overview where monthly sales figures can be entered in for the year. It works fine at the mo but when we get to the end of the year there might be a bit of a problem!
What I'm after is a calendar that will allow users to flick between years so that data can be entered and viewed accordingly by month. All the calendars that I have come accross have been too advanced and show days of the week as well.
View Replies
View Related
I'm trying to find some calendar software to use on my company intranet. Ideally, I would like freeware software that has individual calendars for each employee and a general calendar for company events.
View Replies
View Related
I need a pop-up calendar in ASP that allows a person to select historic dates only. The pop-up should be generated from a button, and the date selected should populate an input field.
View Replies
View Related
I'm trying to develop a web calendar, so I can make a schedule from that calendar. And I'm using Access for database. Could anyone refer me to a source for this ?
View Replies
View Related
I have a ASP calendar that was purchased about 18 months ago that now needs some updating. The calendar worked great in the beginning but we now need the ability to span an event several days rather than just 1 day at a time. How would I go about doing something like this? Since I didn't write the original code, I'm not sure what you would need to see in order to know what needs to be added.
View Replies
View Related