Forum: ASP.NET Feb 14th, 2009 |
| Replies: 0 Views: 2,883 Hai,
In the below code I am deleting a file from client pc
Dim fs
fs = Server.CreateObject("Scripting.FileSystemObject")
'If... |
Forum: ASP.NET Nov 12th, 2008 |
| Replies: 2 Views: 684 I have checked and the file is there. I opened thro' the run command, itz opening. But thro coding, Not only that file, any file from desktop or mydocuments is not opening. Other locations no... |
Forum: ASP.NET Nov 11th, 2008 |
| Replies: 2 Views: 684 Hai ,
I am trying to upload a file from a local disk to server. Itz working fine when I upload from d: or c: drives. But it is not uploading When I upload from desktop or Mydocuments. It is giving... |
Forum: HTML and CSS Nov 3rd, 2008 |
| Replies: 8 Views: 1,376 Thank you much. Now I am having clear idea. I will try this and reply back |
Forum: HTML and CSS Oct 25th, 2008 |
| Replies: 8 Views: 1,376 Hai
Thanks for the support.
BUt Im creating dynamic tables. The tables are not fixed size. One page may contain two or more tables. That is not specified in the program code. I cannot set page... |
Forum: HTML and CSS Oct 15th, 2008 |
| Replies: 8 Views: 1,376 Hai,
I've read about "page-break-inside" style and it seems to be
exactly what I need. I am working on some report printings, and I need
specific table to be printed on following page if it does... |