Click here to Skip to main content
16,012,168 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Problem to run the page in Mozilla browser (FireFox) Pin
Krazy Programmer17-Sep-08 23:16
Krazy Programmer17-Sep-08 23:16 
Questionobject passing from one page to othert Pin
sowmya k17-Sep-08 19:02
sowmya k17-Sep-08 19:02 
AnswerRe: instance of object passing from one page to other Pin
ashok@techxygen17-Sep-08 19:37
ashok@techxygen17-Sep-08 19:37 
GeneralRe: instance of object passing from one page to other Pin
sowmya k17-Sep-08 19:55
sowmya k17-Sep-08 19:55 
AnswerRe: object passing from one page to othert Pin
balaji.t17-Sep-08 22:42
balaji.t17-Sep-08 22:42 
QuestionHow to reduce time of copy IO Pin
Piyush Vardhan Singh17-Sep-08 19:02
Piyush Vardhan Singh17-Sep-08 19:02 
AnswerRe: How to reduce time of copy IO Pin
N a v a n e e t h17-Sep-08 20:20
N a v a n e e t h17-Sep-08 20:20 
GeneralRe: How to reduce time of copy IO Pin
Piyush Vardhan Singh17-Sep-08 20:34
Piyush Vardhan Singh17-Sep-08 20:34 
I am using
1:
(CopyDirectory(sourceFolder, destinationFolder).ToString())'"IO Class " f
2:
If Not System.IO.Directory.Exists(destinationFolder) Then
System.IO.Directory.CreateDirectory(destinationFolder)
End If
For Each fi As System.IO.FileInfo In folder.GetFiles
CopyFileEx(fi.FullName, destinationFolder & "\" & fi.Name, _copyProgressRoutine, 0, 0, 0)
_totalBytesCopied += fi.Length
Next
For Each di As System.IO.DirectoryInfo In folder.GetDirectories
CopyFiles(di, di.FullName.Replace(ROOTFOLDER, DESTFOLDER))
Next
for the copy data one place to another place. both work properly. but i want any other way to copy more than fast both function. it is possible.

Piyush Vardhan Singh
p_vardhan14@rediffmail.com
http://holyschoolofvaranasi.blogspot.com
http://holytravelsofvaranasi.blogspot.com



QuestionWebService Caching Pin
salmonraju17-Sep-08 19:01
salmonraju17-Sep-08 19:01 
Questionimage from base 64 display in web page without saving. no save allow on file system Pin
Linda1st17-Sep-08 18:00
Linda1st17-Sep-08 18:00 
JokeRe: image from base 64 display in web page without saving. no save allow on file system Pin
Steve Echols17-Sep-08 19:05
Steve Echols17-Sep-08 19:05 
QuestionExport Gridview content to PDF using iTextsharp Pin
Member 451421817-Sep-08 15:47
Member 451421817-Sep-08 15:47 
GeneralRe: Export Gridview content to PDF using iTextsharp Pin
Rocky#17-Sep-08 20:36
Rocky#17-Sep-08 20:36 
AnswerRe: Export Gridview content to PDF using iTextsharp Pin
balaji.t17-Sep-08 22:48
balaji.t17-Sep-08 22:48 
GeneralRe: Export Gridview content to PDF using iTextsharp Pin
Member 31171723-Nov-08 20:40
Member 31171723-Nov-08 20:40 
AnswerRe: Export Gridview content to PDF using iTextsharp Pin
Ravi Sant3-May-11 0:41
Ravi Sant3-May-11 0:41 
QuestionFormsAuth.SetAuthCookie in MVC web app Pin
Member 391904917-Sep-08 15:33
Member 391904917-Sep-08 15:33 
AnswerRe: FormsAuth.SetAuthCookie in MVC web app Pin
AlexeiXX317-Sep-08 16:44
AlexeiXX317-Sep-08 16:44 
GeneralRe: FormsAuth.SetAuthCookie in MVC web app Pin
Member 391904917-Sep-08 18:06
Member 391904917-Sep-08 18:06 
GeneralRe: FormsAuth.SetAuthCookie in MVC web app Pin
AlexeiXX317-Sep-08 18:13
AlexeiXX317-Sep-08 18:13 
GeneralRe: FormsAuth.SetAuthCookie in MVC web app Pin
Member 391904917-Sep-08 19:30
Member 391904917-Sep-08 19:30 
QuestionPrint ASP.NET Page Pin
C#Spock17-Sep-08 12:38
C#Spock17-Sep-08 12:38 
AnswerRe: Print ASP.NET Page Pin
NeverHeardOfMe17-Sep-08 12:53
NeverHeardOfMe17-Sep-08 12:53 
QuestionRoot Element Missing Pin
Srikant Talasila17-Sep-08 8:33
Srikant Talasila17-Sep-08 8:33 
AnswerRe: Root Element Missing Pin
Steve Echols17-Sep-08 17:21
Steve Echols17-Sep-08 17:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.