Click here to Skip to main content
15,891,748 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionhow to print iframe contents without opening print dialog [modified] Pin
raghvendrapanda2-Jun-10 1:44
raghvendrapanda2-Jun-10 1:44 
AnswerRe: how to print iframe contents without opening print dialog Pin
JHizzle2-Jun-10 2:34
JHizzle2-Jun-10 2:34 
GeneralRe: how to print iframe contents without opening print dialog Pin
raghvendrapanda2-Jun-10 2:57
raghvendrapanda2-Jun-10 2:57 
GeneralRe: how to print iframe contents without opening print dialog Pin
JHizzle3-Jun-10 3:11
JHizzle3-Jun-10 3:11 
QuestionHow to Develop Hosting Website using Asp.net Pin
Member 47201842-Jun-10 0:42
Member 47201842-Jun-10 0:42 
AnswerRe: How to Develop Hosting Website using Asp.net Pin
Peace ON2-Jun-10 2:36
Peace ON2-Jun-10 2:36 
GeneralRe: How to Develop Hosting Website using Asp.net Pin
Jason Vetter3-Jun-10 11:11
Jason Vetter3-Jun-10 11:11 
Questionretrive client logical drives in alternative of Directory.GetLogicalDrive which used in server side Pin
Punit Belani1-Jun-10 23:45
Punit Belani1-Jun-10 23:45 
hi, everybody..
I want to retrieve client drives (in short file manager).
Actually i am trying with Directory.GetLogicalDrive() function, but its returns logical drive of the server in which asp.net website is installed. i want logical drives from client PC..
i.e. i want to client to be select some files or folder from own PC and by that path i upload whole folder or files without using fileupload control limitations.

im using this code right now

foreach (string drive in Directory.GetLogicalDrives())
{
TreeNode tn = new TreeNode();
tn.Text = drive;
tn.Value = drive;
TreeView1.Nodes.Add(tn);
}

thanks in advance...
please i m really stuck at this.

Best Regards,
Punit Belani
AnswerRe: retrive client logical drives in alternative of Directory.GetLogicalDrive which used in server side Pin
Sandeep Mewara2-Jun-10 0:00
mveSandeep Mewara2-Jun-10 0:00 
GeneralRe: retrive client logical drives in alternative of Directory.GetLogicalDrive which used in server side Pin
Punit Belani2-Jun-10 0:09
Punit Belani2-Jun-10 0:09 
AnswerRe: retrive client logical drives in alternative of Directory.GetLogicalDrive which used in server side Pin
walterhevedeich2-Jun-10 0:11
professionalwalterhevedeich2-Jun-10 0:11 
GeneralRe: retrive client logical drives in alternative of Directory.GetLogicalDrive which used in server side Pin
Punit Belani2-Jun-10 0:19
Punit Belani2-Jun-10 0:19 
QuestionRedirect with querystring Pin
Dot-Net-Dev1-Jun-10 23:30
Dot-Net-Dev1-Jun-10 23:30 
AnswerRe: Redirect with querystring Pin
Sandeep Mewara1-Jun-10 23:36
mveSandeep Mewara1-Jun-10 23:36 
GeneralRe: Redirect with querystring Pin
Dot-Net-Dev2-Jun-10 0:32
Dot-Net-Dev2-Jun-10 0:32 
GeneralRe: Redirect with querystring Pin
JHizzle2-Jun-10 1:01
JHizzle2-Jun-10 1:01 
AnswerRe: Redirect with querystring Pin
Punit Belani1-Jun-10 23:57
Punit Belani1-Jun-10 23:57 
Questionword press with asp.net web app Pin
trilokharry1-Jun-10 21:22
trilokharry1-Jun-10 21:22 
AnswerRe: word press with asp.net web app Pin
Rhys Jacob2-Jun-10 4:25
Rhys Jacob2-Jun-10 4:25 
AnswerRe: word press with asp.net web app Pin
Abhijit Jana2-Jun-10 18:45
professionalAbhijit Jana2-Jun-10 18:45 
QuestionHow can I avoid back button after logged out Pin
BalasubramanianK1-Jun-10 20:58
BalasubramanianK1-Jun-10 20:58 
AnswerRe: How can I avoid back button after logged out Pin
m@dhu1-Jun-10 21:07
m@dhu1-Jun-10 21:07 
QuestionRe: How can I avoid back button after logged out Pin
Ankur\m/1-Jun-10 21:22
professionalAnkur\m/1-Jun-10 21:22 
AnswerRe: How can I avoid back button after logged out Pin
Sandeep Mewara1-Jun-10 21:26
mveSandeep Mewara1-Jun-10 21:26 
GeneralRe: How can I avoid back button after logged out Pin
Ankur\m/1-Jun-10 21:39
professionalAnkur\m/1-Jun-10 21:39 

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.