Click here to Skip to main content
15,881,172 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionJavascript countdown timer reset when page refresh Pin
farogh haider4-Jul-09 1:01
farogh haider4-Jul-09 1:01 
AnswerRe: Javascript countdown timer reset when page refresh Pin
Abhijit Jana4-Jul-09 1:14
professionalAbhijit Jana4-Jul-09 1:14 
AnswerRe: Javascript countdown timer reset when page refresh Pin
r a m e s h4-Jul-09 8:06
r a m e s h4-Jul-09 8:06 
Questionexport to excel and save it client machine with a predefined path. Pin
bikash pattanayak4-Jul-09 0:16
bikash pattanayak4-Jul-09 0:16 
AnswerRe: export to excel and save it client machine with a predefined path. Pin
Christian Graus4-Jul-09 0:23
protectorChristian Graus4-Jul-09 0:23 
Questiongrid is not displaying when it is kept in the zone template of the webpart Pin
lakshmichawala3-Jul-09 23:45
lakshmichawala3-Jul-09 23:45 
QuestionHardware Cofiguration and Software details of systems Through Domain Login details Pin
raushan_93-Jul-09 22:00
raushan_93-Jul-09 22:00 
Questionsearching in drives Pin
ptvce3-Jul-09 21:38
ptvce3-Jul-09 21:38 
i want show the folders and files of drives in the gridview.i use this code:

drives = DriveInfo.GetDrives();
string[] files = Directory.GetFiles(drives[2].Name.ToString());
string[] dirs = Directory.GetDirectories(drives[2].Name.ToString());

but i seesome folders that i dont see in my drive , can anybody help me?
AnswerRe: searching in drives Pin
Abhijit Jana3-Jul-09 22:18
professionalAbhijit Jana3-Jul-09 22:18 
GeneralRe: searching in drives [modified] Pin
ptvce3-Jul-09 22:33
ptvce3-Jul-09 22:33 
GeneralRe: searching in drives Pin
Abhijit Jana3-Jul-09 23:16
professionalAbhijit Jana3-Jul-09 23:16 
AnswerRe: searching in drives Pin
Christian Graus4-Jul-09 0:24
protectorChristian Graus4-Jul-09 0:24 
QuestionCapture Image from camera Pin
Milind Panchal3-Jul-09 19:56
Milind Panchal3-Jul-09 19:56 
AnswerRe: Capture Image from camera Pin
K03063-Jul-09 20:20
K03063-Jul-09 20:20 
AnswerRe: Capture Image from camera Pin
Abhijit Jana3-Jul-09 21:26
professionalAbhijit Jana3-Jul-09 21:26 
Questionhelp query? Pin
KhandelwalA3-Jul-09 19:56
KhandelwalA3-Jul-09 19:56 
AnswerRe: help query? Pin
himanshu25613-Jul-09 20:05
himanshu25613-Jul-09 20:05 
GeneralRe: help query? Pin
KhandelwalA3-Jul-09 20:09
KhandelwalA3-Jul-09 20:09 
GeneralRe: help query? Pin
himanshu25613-Jul-09 20:44
himanshu25613-Jul-09 20:44 
GeneralRe: help query? Pin
KhandelwalA3-Jul-09 20:55
KhandelwalA3-Jul-09 20:55 
GeneralRe: help query? Pin
himanshu25613-Jul-09 21:25
himanshu25613-Jul-09 21:25 
Questionwebsite deployment Pin
naveen attri3-Jul-09 19:43
naveen attri3-Jul-09 19:43 
AnswerRe: website deployment Pin
rahul_bit3-Jul-09 19:59
rahul_bit3-Jul-09 19:59 
AnswerRe: website deployment Pin
Abhijit Jana3-Jul-09 21:50
professionalAbhijit Jana3-Jul-09 21:50 
QuestionJavascript or jQuery datepicker Pin
parthiban@ashok3-Jul-09 19:26
parthiban@ashok3-Jul-09 19:26 

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.