Click here to Skip to main content
15,920,508 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Create Dll Of App Code Pin
Vimalsoft(Pty) Ltd20-Feb-09 0:07
professionalVimalsoft(Pty) Ltd20-Feb-09 0:07 
AnswerRe: Create Dll Of App Code Pin
jeffwask20-Feb-09 5:13
jeffwask20-Feb-09 5:13 
AnswerRe: Create Dll Of App Code Pin
Xmen Real 20-Feb-09 17:39
professional Xmen Real 20-Feb-09 17:39 
Questionfiltering a Datagrid using standard controls Pin
Paul McGann19-Feb-09 23:23
professionalPaul McGann19-Feb-09 23:23 
AnswerRe: filtering a Datagrid using standard controls Pin
aashish.saalvi19-Feb-09 23:35
aashish.saalvi19-Feb-09 23:35 
GeneralRe: filtering a Datagrid using standard controls Pin
Paul McGann19-Feb-09 23:55
professionalPaul McGann19-Feb-09 23:55 
AnswerRe: filtering a Datagrid using standard controls Pin
praveen00322-Feb-09 0:58
praveen00322-Feb-09 0:58 
Questioncrystal reports Pin
aratireddy19-Feb-09 23:14
aratireddy19-Feb-09 23:14 
AnswerRe: crystal reports Pin
mr_muskurahat20-Feb-09 4:20
mr_muskurahat20-Feb-09 4:20 
QuestionCACHING IN ASP.NET Pin
member2719-Feb-09 23:04
member2719-Feb-09 23:04 
AnswerRe: CACHING IN ASP.NET Pin
ToddHileHoffer20-Feb-09 4:40
ToddHileHoffer20-Feb-09 4:40 
QuestionPerformance of webpage Pin
farogh haider19-Feb-09 23:03
farogh haider19-Feb-09 23:03 
AnswerRe: Performance of webpage Pin
Brij19-Feb-09 23:28
mentorBrij19-Feb-09 23:28 
AnswerRe: Performance of webpage Pin
Satish3220-Feb-09 0:43
Satish3220-Feb-09 0:43 
AnswerRe: Performance of webpage Pin
Xmen Real 20-Feb-09 17:45
professional Xmen Real 20-Feb-09 17:45 
Questionhow to populate grid view with list of files. [modified] Pin
aashish.saalvi19-Feb-09 22:46
aashish.saalvi19-Feb-09 22:46 
AnswerRe: how to populate grid view with list of files. [modified] Pin
rakeshs31219-Feb-09 23:37
rakeshs31219-Feb-09 23:37 
AnswerRe: how to populate grid view with list of files. Pin
Member 43782053-Mar-09 7:07
Member 43782053-Mar-09 7:07 
Hi...
First I would like to know whether you need to get the files from the directory in the local system only or you would like to upload the files as well.

If you want to get the files from the directory we can use Directory.GetFiles() method.
GO through the following code.

GridView1.DataSource = Directory.GetFiles("c:\\Tempu\\Upload", "*.doc");
GridView1.DataBind();

Please let me know if it serves your question.

Regards
Raj.
QuestionHow To Store File Path In Access Databse in ASP.net using C# Pin
aashish.saalvi19-Feb-09 22:23
aashish.saalvi19-Feb-09 22:23 
AnswerRe: How To Store File Path In Access Databse in ASP.net using C# Pin
Vimalsoft(Pty) Ltd19-Feb-09 22:34
professionalVimalsoft(Pty) Ltd19-Feb-09 22:34 
AnswerRe: How To Store File Path In Access Databse in ASP.net using C# Pin
farogh haider19-Feb-09 23:13
farogh haider19-Feb-09 23:13 
AnswerRe: How To Store File Path In Access Databse in ASP.net using C# [modified] Pin
rakeshs31219-Feb-09 23:40
rakeshs31219-Feb-09 23:40 
QuestionDoes dll developed using Framework 3.5 will work in Framework 2.0 server Pin
Exelioindia19-Feb-09 22:10
Exelioindia19-Feb-09 22:10 
AnswerRe: Does dll developed using Framework 3.5 will work in Framework 2.0 server Pin
Christian Graus19-Feb-09 22:17
protectorChristian Graus19-Feb-09 22:17 
Questionhow to generate the dynamic menu in front end.(sequence and page hiearachy pass by the adminstrator) Pin
keyur satyadev19-Feb-09 21:57
keyur satyadev19-Feb-09 21:57 

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.