Forum: ASP May 15th, 2006 |
| Replies: 4 Views: 3,124 If u r using VbScript simple gice CDate("urDate")-3 |
Forum: ASP May 15th, 2006 |
| Replies: 5 Views: 2,461 <%
dim FileName,FS1
FileName=Server.MapPath("<FolderName/Filename>")
Set FS1 = CreateObject("Scripting.FileSystemObject")
FS1.DeleteFile FileName
%>
For deleting the file, give ur... |
Forum: ASP May 9th, 2006 |
| Replies: 2 Views: 4,786 This is one of my page that i used for Image uploading to server..if u want more details u contact me on the Mail : radha_992@yahoo.co.in
<%
'Stores files to the clients specified destination... |
Forum: ASP May 9th, 2006 |
| Replies: 2 Views: 4,786 0 then 'Destination is specified. check its validity. ''''' fDestination = clng(fDestination) ''''' if fDestination>=0 and fDestination0 then if len(DestinationPath) > 0 then Form.Files.Save... |
Forum: ASP May 9th, 2006 |
| Replies: 5 Views: 8,768 <Script>
//Expand form with a new File fields if needed.
var nfiles1 = 1;
var nfiles2 = 2;
function Expand()
{
var a,b;
b=document.f.totGoods.value;
a=parseInt(b) + 1 ; ... |
Forum: Community Introductions May 9th, 2006 |
| Replies: 1 Views: 5,923 Hai I m Radha working as a Programmer. I hv done many sites using Access as backend...i wish to try one with SQL Server..so can anyone send the connection Program for ASP with sql server !! |